mivasi / VSCode_Explorer

VS Code extension to open a file from the Command Palette

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode Explorer README

status: active

VSCode Explorer adds some commands for navigating to files/folders from VSCode's Command Palette.

Features

Navigate:

  • Provides a few basic commands to navigate around file system and select files/folders
  • Allows selecting of bookmarked files/folders

Navigate

Set Root:

  • Sets the default root directory if workspace is not open

Set Root

Bookmark:

  • Add:
    • Adds a bookmark tagged to a name
  • Remove:
    • Removes a bookmark tagged to a name
  • Clear:
    • Clears all bookmarks

Bookmarks

Requirements

No external requirements

Extension Settings

No extension settings

Known Issues

  • Start-up freezes if there are a massive amount of files in the workspace root

Issues or requests are welcome on Github

Release Notes

What's New?

  • Added a new command for clearing all bookmarks
  • Keybinding for Navigate
    • Navigate: Ctrl + Alt + O
  • Bug fixes! :D
    • Fixed undefined input for bookmarks
  • New logo! :D

Contributing

Contributions are welcome at the GitHub Repository

License

This uses the MIT License

About

VS Code extension to open a file from the Command Palette

License:MIT License


Languages

Language:JavaScript 100.0%