Multiple Cursors
Hiding Undesired Folders
If you have files or folders that you’ll never edit within opened folders, you can hide those files or folders in the explorer view. One example would be the node_modules folder in a Node.js project. To hide the file, folder or any pattern, you need to reference them in the "files.exclude" option in your global or workspace settings. User the workspace settings to hide those entries only within the active project. Page 11 of 26 Opening the workspace settings is as easy as executing the command Preferences: Open Workspace Settings. If there is no workspace settings file yet, VS Code will create it automatically. One useful example of pattern use is hiding any JacaScript resources generated from TypeScript,
- "files.exclude": {
- "**/*.js": {
- "when": "$(basename).ts"}
- }
Keyboard Shortcut Chords
Just like Visual Studio, Visual Studio Code supports keyboard shortcut chords: The editor is awaiting a second keyboard shortcut after the first keyboard shortcut has been entered. This allows for grouping of similar commands. As an example, you could change the search in a file from Ctrl+F to Ctrl+F Ctrl+F and the global search in all files to Ctrl+F Ctrl+G. In keybindings.json, the keyboard shortcuts for the chord must be separated using a blank space.

Visual Studio Code is awaiting additional input after the first shortcut of a chord has been applied. You’ll find this referenced in the status bar as „(Ctrl+F) was pressed. Waiting for second key of chord“.
Visualizing CSS Selectors
CSS selectors precede any CSS clause. They define what HTML elements to style with the subsequent properties. Selectors can become pretty complicated – and be it because sometimes you just might not be too familiar with one of them that you are using less frequently. Visual Studio Code solves this problem by presenting a preview for the current selector that shows what HTML elements would have to be like to be covered by the selector.

That's my top few tips from the guide - if you are starting to use @code, I urge you to download the attached PDF and start getting productive ... it's very much worthwhile.

Mohammed AshrafPosted Jun 6, 2016, 7:18 AM
Good one...
Ashutosh PathakPosted Jun 1, 2016, 11:55 AM
WOW!!!
Ahmed AbdiPosted Jun 1, 2016, 3:12 AM
Good one
Ehsan SajjadPosted May 30, 2016, 3:30 PM
Cool..
Ajay MalikPosted May 28, 2016, 4:50 AM
good one..
Gowtham RajamanickamPosted May 25, 2016, 1:16 AM
Good one..
Sonu ChaudharyPosted May 24, 2016, 12:48 PM
Nice Sharing..
Kuppurasu NagarajPosted May 24, 2016, 12:06 PM
Nice Sharing..
Vignesh ManiPosted May 24, 2016, 8:13 AM
Good one
Vipin TyagiPosted May 24, 2016, 7:11 AM
Informative .Waiting for that article which help me to run my .cs code.
RajaPosted May 24, 2016, 6:36 AM
Good Work...
Debasis SahaPosted May 24, 2016, 5:19 AM
Good one..
Muhammad Aqib ShehzadPosted May 24, 2016, 1:24 AM
nice share sir
Gowtham RajamanickamPosted May 24, 2016, 1:17 AM
good one