Microsoft/vscode

Simple way to temporarily turn off exclusions for QuickOpen files

Open

#15.604 aberto em 17 de nov. de 2016

Ver no GitHub
 (29 comments) (81 reactions) (2 assignees)TypeScript (10.221 forks)batch import
feature-requesthelp wantedquick-opensearch

Métricas do repositório

Stars
 (74.848 stars)
Métricas de merge de PR
 (Mesclagem média 11h 43m) (1.000 fundiu PRs em 30d)

Description

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.

Guia do colaborador