HaxeFoundation / HaxeFoundation/haxe

[display] hover on Map constructor call

Open
#7,959 2 comments 0 reactions 1 assignee Claimed by @Simn View on GitHub
bug feature-ide
Dominant language
Haxe
Stars
6.9k
Forks
715
Avg merge
2d 2h
Merged PRs (30d)
11

Description

Not sure I've seen this many compiler internals exposed in a single hover yet. :D

![](https://i.imgur.com/TOqHIx3.png)

- `_new` instead of `new`
- `_Map` (this is #5627 I guess)
- `_Impl_`
- monomorphs (also expected here I guess)

```haxe
class Main {
static function main() {
var map = new Map();
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.