AlexHaxe

Results 141 comments of AlexHaxe

> I forgot to address this in my response. The organize imports stack trace did not disappear when I added an empty hxformat.json, which I actually mentioned (but I guess...

When I first tried it, I didn't see duplicate code actions, but that was probably caused by me installing KHA extensions in the same session without restarting vscode. after restarting...

didn't realise it was your patch :) I'm not really sure what happens. it might be both extensions registering code actions too close to one another, so that they run...

I'm not sure I fully understand how asdf-haxe works or how it's supposed to be used. I assume it's somewhat similar to lix. the lix people have a lix extension...

please don't use AI to generate issues. this could have been an issue without body, because it's self-explanatory, instead it's full of AI vomit, wasting everyone's time.

- [x] `[community]` vshaxe `2.32.2` has been [released](https://marketplace.visualstudio.com/items?itemName=nadako.vshaxe)! includes fixes from latest formatter and rename lib releases

- [x] `[vshaxe]` Added ExtractType and ExtractInterface refactoring options and some quality of life improvements for rename feature [pull request](https://github.com/vshaxe/haxe-language-server/pull/133)

Haxe languageserver requires a `.hxml` file to know what classpaths, libraries and target to use when offering completion or other compiler services. lime projects use a `project.xml` file (because they...

> Can you describe how the Lime extension bridges the gap? I was wondering if something similar could be developed for Sublime. see https://github.com/openfl/lime-vscode-extension > Or better yet, extend the...

I think the issue here is, that there are multiple competing wrapping rules at play. one is `callParameter` and the other is `opAddSubChain`. if you set `opAddSubChain` to `noWrap` you...