GitXplorerGitXplorer
a

quick-open-file

public
5 stars
2 forks
2 issues

Commits

List of commits on branch master.
Unverified
12c7a78289e9cefe2313c7bfc84008c494968131

Update 0.0.3, optimise logic.

aalanwalk committed 8 years ago
Unverified
d03953c42ccde5a977d4230e65113e40de51f2ae

revise default contributes

aalanwalk committed 8 years ago
Unverified
fb2aef8606a3a92bb89037a3a1263e42d2563fab

Version 0.0.1

aalanwalk committed 8 years ago
Unverified
fb7ab999cb5892066f8952b535f1f78429aadaf5

Complete package.json

aalanwalk committed 8 years ago
Unverified
98117ec9e8dac870ace9c67cc2d75cd203dc714d

First Commit

aalanwalk committed 8 years ago

README

The README file for this repository.

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.3

    • peek operation don't match suffix
  • 0.1.2

    • Init file caches when active
  • 0.1.1

    • Fix bug
  • 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