Microsoft/vscode

Simple way to temporarily turn off exclusions for QuickOpen files

Open

#15.604 geöffnet am 17. Nov. 2016

Auf GitHub ansehen
 (29 Kommentare) (81 Reaktionen) (2 zugewiesene Personen)TypeScript (10.221 Forks)batch import
feature-requesthelp wantedquick-opensearch

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

Using a transpiled language I sometimes find the need to look at the transpiled code which typically is excluded from QuickOpen. Having a simple way to turn exclusions off would simplify this. Some options come to mind:

  • Have a 'Turn Off Exclusions' entry at the end of the results list.
  • Have an additional QuickOpen prefix that runs QuickOpen with exclusions turned off.
  • Have an option toggle next to the QuickOpen entry field to turn exclusions off.

Contributor Guide