Open jdpedrie opened 8 years ago
Thanks for the suggestion!
I have a bunch of refactoring ideas that I want to implement in Crane - from auto-importing namespaces to extracting variables and methods, and much, much more
My focus currently is getting the code suggestions to be rock solid, and once we reach that stage I'll start on the refactoring tools.
Hello,
I would love to see the ability to import
use
statements for classes or functions in other namespaces. Ideally, after typing the name of a class, you would hit a hotkey and it would grab the fully-qualified class name and alphabetically add it at the top of the file.