# Vscode

ESSENTIAL VSCODE SHORTCUTS TO SPEED UP YOUR WORKFLOW DRAMATICALLY

ESSENTIAL VSCODE SHORTCUTS TO SPEED UP YOUR WORKFLOW DRAMATICALLY

UPDATED ON: 2024-04-05 Here is a small list of mandatory keystrokes, which significantly speed up working process! NOTE! ++[KEY] ► means that you must release previously pressed keys upon pressing it NAVIGATION [CTRL]+[SHIFT]+[N] ► new editor instance [CTRL]+[K]+[CTRL]+[O] ► open folder [CTRL]+[K]++[F] ► close folder [ALT]+[L]+[ALT]+[O] ► open in browser [CTRL]+[W] ► close current tab [CTRL]+[K]++[W] ► close all tabs [ALT]+[1]/[2]/[3] ► fast-switch to diffrenet tabs [CTRL]+[1]/[2] ► fast-switch between panels
HOW TO SET PROPER COLOR FOR CURSOR AND COMMENTS IN VSCODE EDITOR

HOW TO SET PROPER COLOR FOR CURSOR AND COMMENTS IN VSCODE EDITOR

UPDATED ON: 2023-12-02 The main reason i’ve decided to write this note is indistinct default color mappings and inability to solve issue simply using GUI of software. In main configuration file: settings.json add following lines: "workbench.colorCustomizations": { "editorCursor.foreground": "#ff0000", "terminalCursor.foreground": "#02ED3D", "editorLineNumber.activeForeground": "#ff0000", "editor.lineHighlightBackground": "#016119", "editor.lineHighlightBorder": "#02ED3D", "terminal.foreground": "#02ed3d" }, To set custom color for GREY comments drop in these lines: "editor.tokenColorCustomizations": { "conmments": "#ff006f" } To fast access configuration file press:
HOW TO RUN LATEST VS CODE IN WINDOWS 7 X64

HOW TO RUN LATEST VS CODE IN WINDOWS 7 X64

UPDATED ON: 2024-07-05 v1.81.1 is a more recent version, which can be executed without any efforts v1.89 is a hacked [FINAL version] for Windows 7 x64 So, Windows 7 users are pretty safe at this point despite artificial restrictions of big corps. Usually i’m not feeling so delightful regarding microsoft modern programs, but this one is pretty good. And of course they tried to artificially cripple it under “obsolete” Windows 7.