Import autocomplete does not suggest components while typing the path
See original GitHub issueEnvironment
Visual Studio 1.67.1 (cleared settings.json)
Volar 0.34.14 (no settings changed)
johnsoncodehk/volar-starter
Describe the bug
While typing the path
portion of an import, Volar does not suggest components. Although I am not sure if this is something that Volar isn’t suppose to support.
Example 1
App.vue
does not show up as a suggestion.
Example 2
HelloWorld.vue
does not show up as a suggestion.
Other Notes
The autocomplete does work when typing the name portion of the component.
Issue Analytics
- State:
- Created a year ago
- Reactions:9
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Path Autocomplete - Visual Studio Marketplace
Path Autocomplete for Visual Studio Code. Provides path completion for visual studio code. demo gif. Features. it supports relative paths ...
Read more >Android Studio - Auto complete and other features not working
#1 From Build menu (of your Android Studio), click Rebuild Project option. #2 Then once rebuild completes, go to File > Invalidate Caches...
Read more >PyChram autocomplete for import library
if I write the code below in python file(.py). import numpy as np import pandas as pd test_df = pd.read_csv('testdata/testdata.csv').
Read more >Autocomplete | Angular Material
But if we want our options to filter when we type, we need to add a custom filter. You can filter the options...
Read more >AutoComplete - Ant Design
When you need input suggestions or helping text. The differences with Select are: AutoComplete is an input box with text hints, and users...
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 Free
Top 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
that is still not working in Volar 0.38.5
Just for record, maybe related to this line https://github.com/johnsoncodehk/volar/blob/a1830673f2a41f96abd3e4a2d5a16d16449c1c8b/packages/vue-typescript/src/typescriptRuntime.ts#L235.