vshaxe
vshaxe copied to clipboard
Code action to convert local vars to class fields
Now there is only "add type hint".
Currently you can remove var, save, and there will be add missing field action.
Currently you can remove
var, save, and there will be add missing field action.
This doesn't work with this case though
foobar:FlxPoint = new FlxPoint();