Using 'TAB' key for Auto complete

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply

Do you want to place and option for Autocomplete key ?

Yes, it is better
5
100%
No
0
No votes
 
Total votes: 5

ruby
Posts: 3
Joined: Mon Oct 27, 2008 1:08 pm

Using 'TAB' key for Auto complete

Post by ruby »

Hey guys, I think it should be great if they use 'TAB' key for auto complete or should I say, placing an option for "Auto complete key", you know, some user are not actually comfortable of using 'Enter' key for auto complete. So thats why it is better to add that option for us to choose for 'Tab' key instead of 'Enter' key.

I'm actually a programmer of visual basic, so my hands are comfortable of using 'Tab' key for auto complete function.

Vote for this if you want!
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Re: Using 'TAB' key for Auto complete

Post by syrupcore »

one thing to keep in mind is indenting code relies on the tab key at this point. I've moved to a mac at home and have been using textmate which uses "Tab" for autocomplete and snippet calling. While it's really great, you can't use tab to indent code - which is driving me nuts! I'm not sure how your VB editor handles it but just want to mention it may not be as simple a thing as "new keystroke" to actually implement something like this.

2cents.
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: Using 'TAB' key for Auto complete

Post by chrisjlocke »

I use VB6, and pretty much any key completes auto complete - enter, space, tab - even the dash, comma and period! You can also use these keys as normal edit keys (ie, tab to indent). I like this IDE. I've used .Net lightly, and that IDE is miles better than VB6. I'll knock up a screencast if you're remotely interested! ;)

There are some naughty people out there who have made VB6 'portable' so you can install it on a USB stick. Useful for using within a VM machine. It falls over like a granny on ice, but you can get an idea (or IDEa! ho ho ho!) of how the IDE works. Google is your friend! ;)
Post Reply