Microsoft/vscode

Simple way to temporarily turn off exclusions for QuickOpen files

Open

#15,604 建立於 2016年11月17日

在 GitHub 查看
 (29 留言) (81 反應) (2 負責人)TypeScript (10,221 fork)batch import
feature-requesthelp wantedquick-opensearch

倉庫指標

Star
 (74,848 star)
PR 合併指標
 (平均合併 11小時 43分鐘) (30 天內合併 1,000 個 PR)

描述

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.

貢獻者指南