Difference between revisions of "Visual Studio Code Tips"
(119 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | '''Visual Studio Code''' is free and open-source software (FOSS) multi-platform application that is used by programmers of all levels. | |
<br> | <br> | ||
− | + | Its name is often shortened to VS Code. (Not VSCode.) | |
+ | <br> | ||
+ | Note that "Visual Studio Code" is an editor, while "Visual Studio" is an IDE. Both are Microsoft products. | ||
<br> | <br> | ||
− | |||
− | |||
− | |||
− | |||
VS Code features include debugging, syntax highlighting, intelligent code completion, snippets and code refactoring for many computer languages. | VS Code features include debugging, syntax highlighting, intelligent code completion, snippets and code refactoring for many computer languages. | ||
+ | <br> | ||
+ | It also features an integrated terminal and embedded Git version control. | ||
+ | <br> | ||
+ | It is made with the Electron Framework (which is developed and maintained by GitHub). | ||
− | + | At Pikes Peak Makerspace (PPM), Visual Studio Code is installed on Design Workstations 1-3, and our Ubuntu Workstation. | |
+ | <br> | ||
+ | Some recommended extensions, for example "Code Spell Check", are installed at PPM, too. | ||
+ | <br> | ||
+ | <br> | ||
+ | {{Template:Contact Us}} | ||
− | + | <p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> </p> | |
− | |||
− | |||
− | < | ||
<br> | <br> | ||
− | + | [[File:Burst.png|alt=Welcome banner|link=https://wiki.pikespeakmakerspace.org/index.php/About_PPM|right|frameless|250x250px]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
==Tips== | ==Tips== | ||
− | Links to | + | '''Links to code.visualstudio.com:''' |
− | :'''[https://code.visualstudio.com/docs/getstarted/ | + | :'''[https://code.visualstudio.com/docs/getstarted/userinterface#_zen-mode Zen Mode]''' — distraction free user interface (highly customizable) |
:[https://code.visualstudio.com/docs/getstarted/tips-and-tricks '''Tips and Tricks'''] | :[https://code.visualstudio.com/docs/getstarted/tips-and-tricks '''Tips and Tricks'''] | ||
+ | :'''[https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-reference Keyboard shortcut cheat sheets for all platforms]''' | ||
+ | :'''[https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette VS Code Command Palette]''' | ||
+ | ::(for example, "Transform to UPPERCASE", and other conversions are not in the menus) | ||
+ | :[https://code.visualstudio.com/docs/editor/emmet '''Emmet'''] — expand abbreviations and snippets | ||
+ | ::built right into Visual Studio Code, no extension required | ||
+ | |||
+ | '''Links to other external sites:''' | ||
:[https://www.youtube.com/watch?v=w3RSzophv00 '''VS Code tips — Do not disturb mode'''] | :[https://www.youtube.com/watch?v=w3RSzophv00 '''VS Code tips — Do not disturb mode'''] | ||
− | : | + | :[https://www.youtube.com/watch?v=G6JJxa0QNfE&list=PLvKOuwv1u7bGri7IBkLYhmhMRnvtAlc4N '''VS Code Tips'''] — 476 videos(!) from Code 2020 |
+ | |||
+ | ==Training== | ||
+ | '''Links to code.visualstudio.com:''' | ||
+ | :[https://code.visualstudio.com/docs/getstarted/introvideos '''Introductory Videos'''] | ||
+ | :'''[https://code.visualstudio.com/docs/editor/extension-marketplace Extension Marketplace]''' | ||
+ | :'''[https://code.visualstudio.com/ Visual Studio Code Product Home Page]''' | ||
+ | |||
+ | ==Hand-Curated Extensions== | ||
+ | '''Links to member-recommended extensions:''' | ||
− | == | + | === [https://marketplace.visualstudio.com/items?itemName=brunnerh.insert-unicode Insert Unicode] — search and insert Unicode characters into documents === |
− | |||
− | |||
− | == | + | ===[https://animallogic.com/ USD Language] — construct animated 3D scenes === |
− | |||
− | : | + | ===[https://streetsidesoftware.com/ Code Spell Check] — spell checking as you type=== |
− | : | + | ===[https://marketplace.visualstudio.com/items?itemName=jock.svg SVG] — coding, including preview=== |
− | : | + | ===[https://platformio.org/ PlatformIO] — for embedded development (Arduino)=== |
− | : | + | ===[https://docs.github.com/en/copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot GitHub Copilot] — code suggestions from comments=== |
− | : | + | ===[https://github.com/lunapaint/vscode-luna-paint Luna Paint] — Raster Image Editor=== |
− | == | + | ==Related Pages== |
− | :'''[ | + | '''Links to related PPM Wiki pages:''' |
− | :'''[ | + | :'''[[GitHub Tips]]''' |
− | :'''[ | + | :'''[[STL File Format Tips]]''' |
+ | :'''[[SVG File Format Tips]]''' | ||
+ | :'''[[USDZ File Format Tips]]''' | ||
− | == | + | :[[Arduino|<span style="color:#ffffff; background:#864199"> '''Arduino''' </span>]] |
− | + | :[[Raspberry Pi|<span style="color:#ffffff; background:#864199"> '''Raspberry Pi''' </span>]] | |
+ | :[[Computers — Ubuntu|<span style="color:#000000; background:#D0DD27"> '''Computers — Ubuntu''' </span>]] | ||
+ | :[[Computers|<span style="color:#000000; background:#D0DD27"> '''Computers — Windows''' </span>]] | ||
+ | :[[Computers -- Mac and Apple|<span style="color:#000000; background:#D0DD27"> '''Computers — Mac and Apple''' </span>]] | ||
+ | ==Hand-Curated Links== | ||
+ | '''Links to member-recommended external sites:''' | ||
:'''https://www.programmingfonts.org/''' | :'''https://www.programmingfonts.org/''' | ||
:'''https://www.markdownguide.org/''' | :'''https://www.markdownguide.org/''' | ||
− | :'''[https:// | + | :'''https://jupyter.org/''' — for interactive computing across all programming languages |
+ | :'''https://www.electronjs.org/''' — build cross-platform desktop apps | ||
+ | :'''[https://codepen.io/ CodePen]''' — build, test, and discover front-end code | ||
− | + | :'''[[wikipedia:List_of_free_and_open-source_software_packages|List of free and open-source software packages]]''' — on Wikipedia | |
− | + | ||
− | :[[wikipedia: | + | ==For Additional Help== |
− | :[[ | + | :Use the PPM Slack channel #computing |
− | : | + | :[[How To Slack#PPM Channel Names and Descriptions|'''List of all PPM Slack channels''']] |
− | + | :Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the community. | |
− | |||
{{Template:Footer}} | {{Template:Footer}} | ||
− | + | {{Template:Ideas into reality}} | |
− | + | <p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> </p> | |
[[Category:Software]] | [[Category:Software]] | ||
− |
Latest revision as of 15:56, 20 October 2024
Visual Studio Code is free and open-source software (FOSS) multi-platform application that is used by programmers of all levels.
Its name is often shortened to VS Code. (Not VSCode.)
Note that "Visual Studio Code" is an editor, while "Visual Studio" is an IDE. Both are Microsoft products.
VS Code features include debugging, syntax highlighting, intelligent code completion, snippets and code refactoring for many computer languages.
It also features an integrated terminal and embedded Git version control.
It is made with the Electron Framework (which is developed and maintained by GitHub).
At Pikes Peak Makerspace (PPM), Visual Studio Code is installed on Design Workstations 1-3, and our Ubuntu Workstation.
Some recommended extensions, for example "Code Spell Check", are installed at PPM, too.
Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.
Tips
Links to code.visualstudio.com:
- Zen Mode — distraction free user interface (highly customizable)
- Tips and Tricks
- Keyboard shortcut cheat sheets for all platforms
- VS Code Command Palette
- (for example, "Transform to UPPERCASE", and other conversions are not in the menus)
- Emmet — expand abbreviations and snippets
- built right into Visual Studio Code, no extension required
Links to other external sites:
- VS Code tips — Do not disturb mode
- VS Code Tips — 476 videos(!) from Code 2020
Training
Links to code.visualstudio.com:
Hand-Curated Extensions
Links to member-recommended extensions:
Insert Unicode — search and insert Unicode characters into documents
USD Language — construct animated 3D scenes
Code Spell Check — spell checking as you type
SVG — coding, including preview
PlatformIO — for embedded development (Arduino)
GitHub Copilot — code suggestions from comments
Luna Paint — Raster Image Editor
Related Pages
Links to related PPM Wiki pages:
Hand-Curated Links
Links to member-recommended external sites:
- https://www.programmingfonts.org/
- https://www.markdownguide.org/
- https://jupyter.org/ — for interactive computing across all programming languages
- https://www.electronjs.org/ — build cross-platform desktop apps
- CodePen — build, test, and discover front-end code
- List of free and open-source software packages — on Wikipedia
For Additional Help
- Use the PPM Slack channel #computing
- List of all PPM Slack channels
- Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the community.
Search the PPM Wiki — include Content pages as well as Multimedia.
Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.
Pikes Peak Makerspace (PPM) is dedicated to supporting our maker community in their creative processes by providing shared space, shared tools, materials, software, and a knowledge base to turn their ideas into reality.