AlexHaxe
AlexHaxe
`if( a.min __Field(HX_("min",92,11,53,00),hx::paccDynamic),b->__Field(HX_("min",92,11,53,00),hx::paccDynamic) )) { ``` a and b are elements of `private typedef Charset = Array; ` [LexEngine.hx#L440](https://github.com/Simn/hxparse/blob/53b79171d36c1146ca349e48b7b69885be5e0024/src/hxparse/LexEngine.hx#L440)
I was trying to figure out why formatter benchmark would not run on cppia target. After experimenting and figuring out what happened, I patched formatter locally to remove the first...
vshaxe 2.25.0 should work with inline markup
I assume this is fixed by latest codedox update.
do you have a node binary in your path? or what happens when you do `/usr/bin/env node` (from VSCode terminal and from a dedicated command shell)?
does lix / Haxe work in a normal shell (outside of VSCode)? and what's the output of running `npx haxe` (in and outside of VSCode) and `~/haxe/versions/4.2.3/haxe`?
closed with 2.25.0 release
currently there is no support for XML literals in haxeparser or tokentree libs. and I believe that is where breadcrumb info comes from. it's also the reason why there is...
fixed by faaa3a9bdc1e60a67a98a8a860830d1e63f72092
somewhat connected: when you have broken code some imports might also be marked as unused and will be removed (https://github.com/HaxeFoundation/haxe/issues/8988)