jcward / vscode-haxe

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

rename is not work for '$parm'! #38

Closed sonygod closed 4 years ago

sonygod commented 4 years ago

rename is not effect '$parm'!

var a=1;

trace('$a');

after f2 rename a=b , '$a' is not work.