Author Topic: Enhancement: Complete code  (Read 3480 times)

mareq

  • Guest
Enhancement: Complete code
« on: January 02, 2007, 04:07:57 pm »
I press ctrl-space and the list of possible code completions is shown.
I choose (using up/down keys) the desired item.
Then I have to press Enter and the desired item is placed to the edited document.

Enhancement:
It is not necessary to press Enter. The item should be chosen after I continue writing (without pressing Enter). The item will not be chosen only if I press ESC.

In today state only Enter will choose the item, and other activity cancels the code completion.
Desired state is negative: Only ESC will cancel the code completion, and other activity choose the item.

This enhancement would be helpful for faster code editing.
Again, taken from Visual Studio :)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: Enhancement: Complete code
« Reply #1 on: January 02, 2007, 04:23:21 pm »
could be a speed up, agreed. But remember we don't mimic VS 2005 ;-)

mareq

  • Guest
Re: Enhancement: Complete code
« Reply #2 on: January 02, 2007, 05:33:04 pm »
I understand you don't mimic VS 2005.
But if some features are good, why not to implement them also in CB ;)

I have been using CB only for few days, and I like it.
I am trying to help with making it better :)
« Last Edit: January 02, 2007, 05:34:52 pm by mareq »