jcward / vscode-haxe

Haxe language extension for Visual Studio Code
MIT License
64 stars 10 forks source link

Code completion stopped working with Haxe 3.3 #31

Closed jcward closed 8 years ago

jcward commented 8 years ago

Using Haxe 3.3 on Linux, one simple project worked fine, while a semi-large project failed with an assertion message from the compilation server:

selection_293

Code at: https://github.com/HaxeFoundation/haxe/blob/3.3.0-rc1/src/display/display.ml#L305

Function is: convert_import_to_something_usable

Hmm, I use some .* and "as" statements in my imports, I'll play around further.

jcward commented 8 years ago

FYI, filed: https://github.com/HaxeFoundation/haxe/issues/5354

jcward commented 8 years ago

Recommendation is to use https://github.com/vshaxe/vshaxe with 3.3 and beyond.