atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
42 lines (41 loc) • 818 B
JSON
{
"menu": [
{
"label": "View",
"submenu": [
{
"command": "nuclide-file-tree:toggle",
"label": "Toggle Tree View"
}
]
},
{
"label": "Nuclide",
"submenu": [
{
"label": "File Tree",
"submenu": [
{
"label": "Reveal Active File in File Tree",
"command": "nuclide-file-tree:reveal-active-file"
}
]
}
]
}
],
"context-menu": {
"atom-pane atom-text-editor": [
{
"command": "nuclide-file-tree:reveal-text-editor",
"label": "Reveal in File Tree"
}
],
"[is=\"tabs-tab\"]": [
{
"command": "nuclide-file-tree:reveal-tab-file",
"label": "Reveal in File Tree"
}
]
}
}