Adjust auto-complete for Constructor and Destructor

  • Thread starter Thread starter Tim Kuehn
  • Start date Start date
Status
Not open for further replies.
T

Tim Kuehn

Guest
If I have a class "some.directory.path.ClassName" and go to make a constructor, if I make a constructor CONSTRUCTOR PUBLIC ctrl-space I can pick the correct class reference, however it'll insert the entire class path into the Constructor instead of just the current class name. I'd like for it insert just the class name so I don't have to go back and trim the class package off. Ditto for Destructor statements.

Continue reading...
 
Status
Not open for further replies.
Back
Top