VS_CODE

Exclude folders from file search in Visual Studio Code

Folders or files can be excludes from search in Visual Studio Code. It helps with performance. To add folder and files for excluding in search Go to File -> Preferences -> Settings (or on Mac Code -> Preferences -> Settings) Pick the Workspace tab Filter settings by searching for 'Search' Add the files [...]

2022-01-10T21:15:55+05:30Categories: Editor|Tags: |

Visual Studio Tips and Tricks

This posts frequently encountered scenarios and its solution which will make our life easier. Show active file in solution explorerTools -> Options -> Projects and Solutions -> Track Active Item in Solution Explorer Show pinned tabs in a separate rowTools -> Options -> Environment -> Tabs and Windows -> Show [...]

2022-11-17T18:13:41+05:30Categories: Editor|Tags: |

Keyboard Shortcut in Visual Studio Code

This posts lists frequently encountered keyboard shortcut in Visual Studio Code. List methodsThere is the workbench.action.gotoSymbol command. On Windows and Linux it's set to CTRL+Shift+O by default. Open symbol by nameCtrl+T Disable minimap "editor.minimap.enabled": false Navigate back and forth to cursor positionAlt + ←  Navigate backAlt + →  Navigate forward Open Command Palette [...]

2022-01-10T21:13:16+05:30Categories: Editor|Tags: |
Go to Top