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.
23 lines (22 loc) • 495 B
JSON
{
"menu": [
{
"label": "Nuclide",
"submenu": [
{
"label": "Related Files",
"submenu": [
{
"label": "Jump to Next Related File",
"command": "nuclide-related-files:jump-to-next-related-file"
},
{
"label": "Jump to Previous Related File",
"command": "nuclide-related-files:jump-to-previous-related-file"
}
]
}
]
}
]
}