Recommendations to others considering Visual Studio Code:
Read the documentation.
Start with small projects and extend them.
Use Git/TFS and share developments with other team members.
Use the test features.
Take advantage of the large community and enable additional languages, themes, debuggers, commands, and more.
Be part of the community and publish new extensions.
Discover and use new tips and tricks https://code.visualstudio.com/docs/getstarted/tips-and-tricks
Use a cheat sheet for your OS:
- https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
- https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf
- https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf
Use the powerful command line interface (CLI) to customize the editor and launch your specific scenarios.
Change your theme using the keyboard shortcut Ctrl+K Ctrl+T to install them from the extension Marketplace.
Tune your user settings in settings.json Review collected by and hosted on G2.com.
What problems is Visual Studio Code solving and how is that benefiting you?
Visual Studio Code provides developers with a powerful development tool, while avoiding the expense of the full Visual Studio Pro, Enterprise or others. It is available on multiple OS platforms, making it ubiquitous. It allowed us to streamline the number of development tools used (Vim, Sublime, etc.). Review collected by and hosted on G2.com.