Today I Learned - Rocky Kev

TIL Different Workstations in VSCode

POSTED ON:

TAGS:

You may be using VSCode as your prefer editor for a lot of different types of projects.

For example:

You may also keep a few of them open at the same time.

Your brain takes a few seconds to figure out what you're looking at. Reduce the mental strain by using different theme colors depending on the project.

To set a different theme based on the project:

  1. File > Settings (or press the gear on the bottom-left corner)
  2. Switch from "User" settings to "Workspace" settings
  3. Type 'theme' in the searchbar, and change it.

VSCode Settings


Related TILs

Tagged:

TIL VScode bracket formatting for PHP

Intelephense -> Format: Braces: k&r

TIL how to get WordPress functions working in VSCode

Right out of the box, PHP Intelephense Extension for VSCode will give errors for WordPress code. How to fix.

TIL the hotkey for collapsing all codeblocks within VSCode

Have multiple cursors