Skip to content

Commit

Permalink
Drop sections that don't add huge value - tranche 1
Browse files Browse the repository at this point in the history
  • Loading branch information
biscuitNinja committed Nov 10, 2016
1 parent a85059b commit b589424
Showing 1 changed file with 2 additions and 74 deletions.
76 changes: 2 additions & 74 deletions share/goodie/cheat_sheets/json/visual-studio.json
Expand Up @@ -15,12 +15,7 @@
"template_type": "keyboard",

"section_order": [
"Analyze",
"Architecture",
"Architecture Context Menus",
"Build",
"Class Diagram",
"Class View Context Menus",
"Debug",
"Debugger Context Menus",
"Diagnostics Hub",
Expand All @@ -39,53 +34,10 @@
"Test Explorer",
"Tools",
"View",
"Window",
"Azure"
"Window"
],

"sections": {
"Analyze": [
{
"key": "[Shift] [Alt] [3]",
"val": "Navigate backward"
}, {
"key": "[Shift] [Alt] [4]",
"val": "Navigate forward"
}
],
"Architecture": [
{
"key": "[Ctrl] [\\\\], [Ctrl] [O]",
"val": "New code map"
}, {
"key": "[Ctrl] [\\\\], [Ctrl] [N]",
"val": "New UML or layer diagram"
}
],
"Architecture Context Menus": [
{
"key": "Ins",
"val": "Add node"
}, {
"key": "I",
"val": "Incoming dependencies"
}, {
"key": "O",
"val": "Outgoing dependencies"
}, {
"key": "B",
"val": "Incoming and outgoing dependencies"
}, {
"key": "[Ctrl] [Shift] [K]",
"val": "New comment"
}, {
"key": "Del",
"val": "Remove"
}, {
"key": "F2",
"val": "Rename"
}
],
"Build": [
{
"key": "[Ctrl] [Shift] [B]",
Expand All @@ -101,22 +53,7 @@
"val": "Run code analysis"
}
],
"Class Diagram": [
{
"key": "Numpad -",
"val": "Collapse"
}, {
"key": "[Numpad +]",
"val": "Expand"
}
],
"Class View Context Menus": [
{
"key": "[Alt] [Enter]",
"val": "Properties"
}
],
"Debug": [
"Debug": [
{
"key": "[Alt] [F10]",
"val": "Apply code changes"
Expand Down Expand Up @@ -853,15 +790,6 @@
"key": "[Ctrl] [`]",
"val": "Window search"
}
],
"Azure": [
{
"key": "[Ctrl] [Numpad *], [Ctrl] [R]",
"val": "Retry mobile service script operation"
}, {
"key": "[Ctrl] [Numpad *], [Ctrl] [D]",
"val": "Show mobile service script error details"
}
]
}
}

0 comments on commit b589424

Please sign in to comment.