Christopher Mandlbaur

Results 26 comments of Christopher Mandlbaur

Just ran into what seems like this issue as well. In particular on the `TabForAligning`, `EmptyLines`, and `IndentationCharacter` checks. We don't use the `TrailingWhitespace` check. All these checks extend `LineCheckBase`....

To add it was also due to an extremely long line in a test. I understand the priority is pretty low due to it being an edge case, but its...

Chrome Dev tools work very well for web-based debugging and are pretty much the industry standard for any web debugging. I get that it may seem disconnected at first but...

Ran into the same issue here. Ended up just using the full function syntax as a work around. ``` it ('XXX', function() { ... }); ```

Has there been any update on this?

Seeing this on my side with: * Haxe 4.2.1 * Haxe extension 2.23.2 * VSCode 1.56.2 * macOS 11.2.3 I've noticed that the completion gets progressively slower through out the...

Has there been any progress on this? Holding out on trying VSHaxe in earnest until this is supported as I have a large project and would need completion isolated to...

Perhaps I don't fully understand what MultiRoot buys me. What I currently get in IntelliJ is: Project ``` -> ModuleA -> src -> testSrc -> ModuleB -> src -> testSrc...

Thanks @nadako! Super keen for this!

@nadako what is still outstanding on the multiroot branch? How can I help?