Giter VIP home page Giter VIP logo

quick-open-file's Introduction

Quick Open File

This is a extension for quickly open file, that's name start with current word.

Features

  • Allow auto complete suffix.
  • Allow exclude folder.

Installation

ext install quick-open-file

Usage

  1. Move cursor to keyword, and click it.
  2. Ctrl+Shift+P / F1, input 'Quick Open File'. Or use alt + g.

Keyboard Shortcuts

{ "command":"extension.quickOpenFile", "key":"alt+g" }

This is default setting, you can override in your keyboard shortcuts.

Default Settings

attributes values defaults description
quickOpenFile.peekLanguages string[] [ "lua", "javascript" ] Set which type you want to use peek. it's language id, not extension.
quickOpenFile.extensionInclude string[] [ "lua", "js" ] Set which file extension you want to include, ** is any extension.
quickOpenFile.folderExclude string[] [ "node_modules", ".vscode" ] Set which folder you want to exclude, '' is include any folder.
quickOpenFile.suffixList string[] [] Auto add suffix when search file(not allow peek), ** is match any suffix.

ChangeLog

  • 0.1.0

    • Allow peek use mouse
  • 0.0.2

    • Revise Default Settings
  • 0.0.1

    • First Version

License

The package is Open Source Software released under the License. It's developed by AlanWalk.

Links

quick-open-file's People

Contributors

alanwalk avatar

Watchers

tomasy avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.