Path intellisense for other files besides js/ts
See original GitHub issueI would like to allow VScode intellisence can detect and show more file types when write import syntax. for now when working with custom file type ex .vue file, editor only show js / ts file, .vue file is hidden.
my suggest is we have new setting:
intellisence.suggest_file_types
and allow input custom file type want to load.
Like this we can control better.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Path Intellisense - Visual Studio Marketplace
Create and merge PRs and perform code reviews from inside your IDE while using jump-to-definition, your favorite keybindings, and other IDE tools. Learn...
Read more >VSCode import path intellisense for custom files extensions
I was able to fix it using Path Autocomplete extension. By default it does not include file extensions and suggests the .js files...
Read more >autocomplete file path · Issue #576 · REditorSupport/vscode-R
But I am wondering whether vscode-R can support file path autocomplete just like R stuido Is your feature request related to a problem?...
Read more >VS Code tips — Markdown path IntelliSense - YouTube
VS Code's built-in #markdown extension provides path suggestions for links and imagesUse ./ to reference neighboring files.
Read more >Improving VS Code Path Intellisense Performance - Medium
I've been fighting slowdowns in Intellisense plugins (like this) in ... Configure glob patterns of file paths to exclude from file watching.
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
I created an extension that fixes this problem, please test who is also suffering from this problem. Report bugs by creating issue in my GitHub repo. https://marketplace.visualstudio.com/items?itemName=mishannn.vscode-file-suggest
No update? It should be a base feature