Code Modes (for VSCode)
Change your file tree based on what mode you are in
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
About The Project
Ever found yourself going to the settings to show/hide folders/files again and again depending on whether you are Git debugger man or Configuration man? This extension does exactly that, hiding/showing folders/files depending on what you are doing.
Getting Started
To install the extension follow these simple steps.
Prerequisites
You need VSCode installed.
Installation
- Open the extension sidebar panel in VSCode
- Search for
code-modes
. (Be sure to find the right one!) - Click install to install it.
OR
- Clone this repo
-
cd
(fcd
?) into it - run
code --install-extension code-modes-1.0.0.vsix
Usage
This extension exposes a command and a status bar item
Use the command Code Modes: Change mode
…