question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Path intellisense for other files besides js/ts

See original GitHub issue

I 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:open
  • Created 5 years ago
  • Reactions:6
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
mishannncommented, Oct 28, 2020

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

1reaction
eaklcommented, Sep 7, 2022

No update? It should be a base feature

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found