openfl / lime-vscode-extension

Visual Studio Code extension for OpenFL and Lime projects written in Haxe
https://marketplace.visualstudio.com/items?itemName=openfl.lime-vscode-extension
MIT License
27 stars 4 forks source link

Weird Code "Recommendation" #97

Closed spacemonkey841 closed 1 year ago

spacemonkey841 commented 1 year ago

I have seen nothing about this anywhere. For whatever reason, it appears to be showing the name of a parameter before showing the parameter value. Sometimes it is able to be double-clicked to insert itself into the code, other times it's just there in an non-interactable state. This is specifically is tied to the Lime extension as disabling the extension causes this to no longer happen. This is incredibly annoying, how can I get rid of this?

ex1 ex2

joshtynjala commented 1 year ago

This actually comes from the Haxe extension, and not the Lime extension. It may be disabled using the haxe.inlayHints setting.

spacemonkey841 commented 1 year ago

That worked, thanks!