HaxeFoundation / HaxeFoundation/haxe
[display] need a way to avoid auto-imports in metadata arguments
Open
feature-ide
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
IDEs need some way to know they're currently completing inside of metadata args to avoid triggering auto-imports there. Here we always want a fully qualified path, and importing the type doesn't help:

This would probably require a `CompletionModeKind.MetadataArgument` to be added?
Contributor guide
Assessment
This issue has not been assessed yet.