Change your file tree based on what mode you are in!
Explore the docs »
Report Bug
·
Request Feature
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.
To install the extension follow these simple steps.
You need VSCode installed.
- 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
This extension exposes a command and a status bar item
Use the command Code Modes: Change mode
to change the current code mode.
You can also click on the status bar item (Current Mode: <current mode>
) to do the same.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
For more info, see CONTRIBUTING.md
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.
Siddharth Shyniben - siddharth.muscat@gmail.com
Project Link: https://github.com/SiddharthShyniben/code-modes