The following table provides an overview of some of the shortcut key combinations that you can use when you're working with Dynamics NAV in Visual Studio Code. For a complete overview, see Key Bindings for Visual Studio Code
Editing
| Keyboard Shortcut | Action |
| Ctrl+Space | Look up suggestions for the current object |
| Ctrl+X | Cut |
| Ctrl+C | Copy |
| Ctrl+V | Paste |
| Ctrl+F2 | Select all occurrences |
| F12 | Go to definition |
| Alt+F12 | Peek definition |
| Shift+F12 | Show References |
| Ctrl+Shift+Space | Look up parameter hints |
| Ctrl+K Ctrl+C | Add line comment |
| Ctrl+K Ctrl+U | Remove line comment |
| Ctrl+Shift+P | Show All Commands |
Errors
| Keyboard Shortcut | Action |
| F8 | Move to the next error or warning |
| Shift+F8 | Move to the previous error or warning |
Compile
| Keyboard Shortcut | Action |
| Ctrl+Shift+B | Compile and build the solution |
| F5 | Build and deploy |
(Source: https://msdn.microsoft.com/en-us/dynamics-nav/newdev-keyboard-shortcuts)
Do you have any other shortcuts or suggestions? Please let me know in the comments below.
0 comments:
Post a Comment