HaxeFoundation / HaxeFoundation/haxe
[display] completion results on hover
Open
bug
feature-ide
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
It looks like hovering over the `import` here returns results for `display/completion` instead of `display/hover`..
```haxe
import |
class Main {
static function main() {
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.