Jens Fischer

Results 393 comments of Jens Fischer

Speaking of Kotlin, pretty much every single Kotlin developer uses IntelliJ, and it shows these icons in the gutter: ![image](https://user-images.githubusercontent.com/2620907/108985601-85ad6180-7691-11eb-9493-f9350b59fd5b.png)

"Commenting everything" is dangerous. You'll quickly run into comments that don't add any value, they just rephrase what the code already says and are pretty useless. Example: ``` haxe //...

This only seems to happen with `--server-connect`, which explains why simn bisected this to 1528b81b0990779b15ecee41227b19e6d29066dc - haxe-language-server only enables that if the haxe version is >= 4.1.

We could also consider sending file change events for everything on the IDE side, not just `.hx` files, if Haxe can do something with that.

Random thought: does increasing the `"haxe.maxCompletionItems"` limit help?

@haxiomic That's not a bug, `(` is a commit character for functions (which includes constructors). You can control that with the `"editor.acceptSuggestionOnCommitCharacter"` setting.

Well, that's a side effect of that being the selected completion item, because `Main` doesn't have a constructor that could appear before it.

>I think hxcpp is fine now actually, so it's probably Java, C# and HL. @Simn Both of the test cases you posted here still trace `false` for me on hxcpp...

>that is some rather confusing naming. Is it? The naming makes sense to me.