jcward / vscode-haxe

Haxe language extension for Visual Studio Code
MIT License
64 stars 10 forks source link

CodeLens support - method reference counting ? #29

Closed jarnik closed 8 years ago

jarnik commented 8 years ago

Is there a chance for making CodeLens's method reference counting work for Haxe? Or is it C# only feature?

Anyway, thanks for the plugin!

jcward commented 8 years ago

I'd never heard of that, that's an interesting feature. I don't think it's something that the Haxe compiler supports (all the current features depend on the Haxe compiler parsing the project and returning the data.) You could file a feature request with the compiler, but since it's probably a VSCode-only thing (I'm guessing sublime/atom/etc don't support displaying the reference counts) I'd guess it's not likely to be implemented.

Thanks for the suggestion!