-
Notifications
You must be signed in to change notification settings - Fork 36
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
"alias for" only links first type #241
Comments
I think the generator should always generate pages for all types, but use |
I'm not sure about that, it's kinda nice that you can cut down the generation time by specifying a toplevel package. |
Then I would expect it to not highlight types that are excluded, all time. (Or always include all toplevel types maybe?) |
Another option might be to link to https://api.haxe.org/ for stuff from the std lib? |
Then we also need to know which Haxe version is used, which we don't know (I think?). |
I also think that linking to Later, perhaps a configuration option could be used to set an exact version of Haxe, but I (for one) would prefer not to link our documentation to a specific Haxe release. Users are going to use a mixture of versions anyway. Otherwise if preferred, there should be a way to use |
an ugly one , specially for new people since haxe types has these "creative" names non familiar on POSIX is https://api.haxe.org/haxe/io/BytesData.html , even for core classes like IO and absolutely no description of the type. Please see #257 for I think should be the standard behavior (never parse statements in macros and let the user be responsible of explicitly declare documentation of them (with annotations or dummy statements outside macros)) I suspect this applies in general not only to typedef / alias of |
From http://vshaxe.github.io/vscode-extern/vscode/MarkedString.html. Maybe it can't find
EitherType
, but it should at least be able to link-ifyString
?The text was updated successfully, but these errors were encountered: