Quick open: Include symbols should not block the search based on filename
See original GitHub issueVersion: 1.47.0-insider (user setup) Commit: b9d7ec9ff367a8e59fe4cc2abee605a55be180e8 Date: 2020-06-20T00:08:33.687Z Electron: 7.3.1 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.18363
Steps to Reproduce:
- Open “search.quickOpen.includeSymbols”
- Search(Ctrl+P) in a big project (for example, typescript) by filename
- Expected: filename comes first, then the slow symbol search joins the result later.
- Actual: The symbol search blocks the filename search and no results appear in a long time.
Does this issue occur when all extensions are disabled?: Yes
Issue Analytics
- State:
- Created 3 years ago
- Reactions:23
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Code Navigation in Visual Studio Code
Tip: You can open any file by its name when you type Ctrl+P (Quick Open). The Explorer is great for navigating between files...
Read more >Workspace Search in VS Code — A deep dive on ... - YouTube
This Code 0 to 20 looks at workspace search in VS Code. Workspace search lets you search through the contents of your workspace...
Read more >Restrictions and limitations in OneDrive and SharePoint
Troubleshoot problems uploading files to OneDrive or SharePoint such as invalid characters in file names, blocked files, or files with specific permissions.
Read more >Characters to Avoid in Filenames and Directories
Illegal Filename Characters. Do not use any of these common illegal characters or symbols in your filenames or folders: # pound. % percent....
Read more >How To Use Find and Locate to Search for Files on Linux
To find a file by name with the find command, you would use the following syntax: find -name " query ". Copy. This ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah understood, but that might be a frustrating experience if the user started to go through the list of files and then suddenly more results are intermixed.
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!