Hi everyone,
Are there any options available with regards to the designer auto complete functionality?
The first issue I have is that in all previous versions I would use TAB to auto-complete. Now this of course moves into the displayed drop down box of options so that you can navigate the list. Is it possible to assign TAB to do the same thing that hitting RETURN at the same position does?
The second (extremely irritating) issue is that when you hit return for the auto complete designer inserts the parameter names into the code.
So I type this :
Set db = s.GetD
[Hit RETURN (where I used to hit TAB!)]
and then end up with :
Set db = s.Getdatabase(Server, File, Createonfail)
Whilst I understand that this could be useful, (a) there is a tool-tip pop up above your code which tells you the parameters anyway and (b) unless your variables just happen to be called the same thing you’re always going to have to delete this text. Every time you use the functionality. Can this be disabled?
Craig.