AlexHaxe
AlexHaxe
if you have more of those crashes, I would like to prioritise them, since most likely they are things that break tokentree which affects a lot more than just renaming.
even though I haven't made a release or commit to haxe-rename lib, both this and the crash from https://github.com/HaxeCheckstyle/haxe-rename/issues/6 should be fixed in vshaxe 2.32.0 and above, since they come...
I've tried symlinking a project folder and then a src folder. in both cases I could hover just fine. I don't know how to reproduce your issue. can you give...
ok, I can confirm that `code ~/Projects/SomeProject` does not show hovers. however `cd ~/Projects/SomeProject; code .` does, so I guess change the way you invoke your IDE?! I'm not sure...
can you take that one file and put it into a fresh, plain Haxe project (e.g. press F1 -> "Haxe: Initialize Project") and see if it still has that issue?...
```json "haxe.codeGeneration": { "imports": { "enableAutoImports": false } } ``` does that not work for you? edit: further info in the docs: https://github.com/vshaxe/vshaxe/wiki/Code-Generation#auto-imports
well, that is the setting. there is no button in settings UI for it. when you search for `haxe.codeGeneration` in settings UI it points you towards `Edit in settings.json`, so...
I think we should put a `useLegacyDiagnostics` config option in vshaxe. and it probably should default to false so that people use new diagnostics in 4.3.5+ and 5, because nobody's...
true. we could use `context.haxeServer.haxeVersion` to limit it to supported versions (e.g. < 5.0.0) once this PR is merged. obviously that would leave nightlies without Json RPC with no diagnostics....
Haxe languageserver requires a nightly version of Haxe to compile. lix seems to have an issue downloading nightly versions on Windows. maybe it's trying to install 32bit version, when there's...