HvyIndustries / crane

PHP Intellisense/code-completion for VS Code
https://hvy.io/crane
Other
240 stars 25 forks source link

Import identifier from other namespace #28

Open jdpedrie opened 8 years ago

jdpedrie commented 8 years ago

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.

nevadascout commented 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.