GitXplorerGitXplorer
a

quick-open-file

public
5 stars
2 forks
2 issues

Commits

List of commits on branch master.
Unverified
3bb458efbe9e993b4248726df2e3cfdb39cfe8ea

released 0.1.3

aalanwalk committed 7 years ago
Unverified
82c8978f5a46391d279ca483934c03a497414147

update to 0.1.2

aalanwalk committed 7 years ago
Unverified
04706e4c716891398d47faa4b9cd05ce0e78f6f9

update

aalanwalk committed 7 years ago
Unverified
960051fd55d4ed71ee3fcff961351f62a50e5a95

Update 0.1.0

aalanwalk committed 8 years ago
Unverified
a3682bed648a89a22efe5f78affa692cee7796c3

allow use peek

aalanwalk committed 8 years ago
Unverified
d69487ed1a07c4384fca2bdf7d6e5d1b69bc56a2

use strict

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