HaxeFoundation / HaxeFoundation/haxe

[display] signature help for type parameters

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

Description

It occured to me that we could trigger signature help not only for calls (on `(` and `,`), but also for type parameters (`<` and `,`). There's quite a bit of relevant info to be shown there:

- how many type parameters a function call / type expects
- what their names are
- what their constraints are, if any (ideally, expected type completion would work here)
- whether a type parameter is `@:const`
- whether a type parameter is a rest type parameter (I guess that follows from the name..?)

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.