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.
22 lines (21 loc) • 404 B
JSON
{
"menu": [
{
"label": "Nuclide",
"submenu": [
{
"label": "Find References",
"command": "nuclide-find-references:activate"
}
]
}
],
"context-menu": {
"atom-text-editor:not(.mini).enable-nuclide-find-references": [
{
"label": "Find References",
"command": "nuclide-find-references:activate"
}
]
}
}