views:

26

answers:

1

While editing javascript content VisualStudio is starting to bug me with how it keeps inserting highlighted suggestions. For example it keeps inserting valueOf( if I type val(. This is really annoying.

I want to invoke intellisense manually just like I can with C#, is there any way of turning off the auto-complete suggestion or at least preventing it from selecting an entry for me?

+1  A: 

In Visual Studio Tools > Options > Text Editor > JScript
In corresponding panel as Statement completion
Uncheck Autolist members & Parameter Information

I think that should do the trick

Best Regards
Myra

Myra
Myra, you little legend. You also helped me find an alternative: "Tools > Options > Text Editor > JScript", "Miscellaneous" tab, tick "Only use Tab or Enter to commit".
Brett Ryan
My pleasure Brett...
Myra

related questions