Difference between revisions of "Visual Studio Code"

From Sinfronteras
Jump to: navigation, search
(Created page with "https://code.visualstudio.com https://en.wikipedia.org/wiki/Visual_Studio_Code Visual Studio Code (VS Code) is a source code editor developed by Microsoft for Windows, Linux...")
 
Line 12: Line 12:
  
 
<br />
 
<br />
 +
==Extension==
  
==Custom icons in VS Code==
+
 
 +
<br />
 +
===Custom icons===
 
There is an extension in VS Code that displays custom icons for different types of files. For example, for a JavaScript file with the ".js" extension it displays the JavaScript logo while for a TypeScript file with the ".ts" extension it displays the TypeScript logo. This can be useful because it helps your brain to visually identify each of the files in the project explorer.
 
There is an extension in VS Code that displays custom icons for different types of files. For example, for a JavaScript file with the ".js" extension it displays the JavaScript logo while for a TypeScript file with the ".ts" extension it displays the TypeScript logo. This can be useful because it helps your brain to visually identify each of the files in the project explorer.
 +
  
 
You can install the extension by clicking on the Extensions icon. You can then search for '''''vscode-icons''''' and install it.
 
You can install the extension by clicking on the Extensions icon. You can then search for '''''vscode-icons''''' and install it.
  
 
After installing it you will need to restart VS Code and click on File → Preferences → File Icon Theme. Then select VSCode Icons.
 
After installing it you will need to restart VS Code and click on File → Preferences → File Icon Theme. Then select VSCode Icons.
 +
 +
 +
<br />
 +
===Better Comments===
 +
https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments
 +
 +
 +
<br />
 +
===Collapse Comments===
 +
https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.CollapseComments
  
  
 
<br />
 
<br />

Revision as of 15:54, 21 December 2020

https://code.visualstudio.com

https://en.wikipedia.org/wiki/Visual_Studio_Code

Visual Studio Code (VS Code) is a source code editor developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring.



Installation

Can be installed using «Snap» command or by downloading the <file>.deb. Se the official documentation at https://code.visualstudio.com/docs/setup/linux



Extension


Custom icons

There is an extension in VS Code that displays custom icons for different types of files. For example, for a JavaScript file with the ".js" extension it displays the JavaScript logo while for a TypeScript file with the ".ts" extension it displays the TypeScript logo. This can be useful because it helps your brain to visually identify each of the files in the project explorer.


You can install the extension by clicking on the Extensions icon. You can then search for vscode-icons and install it.

After installing it you will need to restart VS Code and click on File → Preferences → File Icon Theme. Then select VSCode Icons.



Better Comments

https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments



Collapse Comments

https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.CollapseComments