Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE integration for custom define/metadata documentation #580

Open
tobil4sk opened this issue Apr 8, 2023 · 1 comment
Open

IDE integration for custom define/metadata documentation #580

tobil4sk opened this issue Apr 8, 2023 · 1 comment
Assignees

Comments

@tobil4sk
Copy link
Contributor

tobil4sk commented Apr 8, 2023

With Haxe 4.3.0, projects and libraries can document custom defines/metadata: HaxeFoundation/haxe#10858

Would be nice to get IDE integration for these features.

Currently, the custom metadata appears in the completion list, but the documentation is showing up as empty:

image

For defines, it looks like this would probably require adding some extra functionality, since the define list for completion is currently hardcoded:
https://github.com/vshaxe/haxe-language-server/blob/5d0e083e374b4881d232349920c320a42845db5f/src/haxeLanguageServer/features/hxml/data/Defines.hx

@Simn
Copy link
Member

Simn commented Apr 8, 2023

I somehow thought this was already working and probably said so in my talk too. Oh well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants