Does not work in 1.17+
See original GitHub issueThank for this great extension, I’ve been using it for a while and it has been working great.
Since the 1.17 update, it looks like the default IntelliSense tooltips are overriding what I have specified with path-intellisense. My config is super simple, just a single mapping like
{ foo: '${workspaceRoot}/src' }
.
I can’t seem to find any documentation on the new included path autocompletion and I haven’t been able to figure out how to configure it to work the same way (if it is even supposed to at all), it will only give me autocompletion from my project root. I can’t see the path-intellisense completion at all.
Is there some way to disable the default one, or to configure it to be able to alias folders like this extension does (thereby eliminating the need for it?)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:11
- Comments:11 (3 by maintainers)
Top GitHub Comments
And vscode’s native path intelli is super slow, or only me?
You can disable the vscode path suggestions which allows this plugin to work
https://github.com/Microsoft/vscode/issues/35877#issuecomment-336583914