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.
27 lines (26 loc) • 584 B
JSON
{
"menu": [
{
"label": "Nuclide",
"submenu": [
{
"label": "Diagnostics",
"submenu": [
{
"label": "Toggle Table",
"command": "nuclide-diagnostics-ui:toggle-table"
},
{
"label": "Show Table",
"command": "nuclide-diagnostics-ui:show-table"
},
{
"label": "Fix All in Current File",
"command": "nuclide-diagnostics-ui:fix-all-in-current-file"
}
]
}
]
}
]
}