开发者

VS2010 Intellisense: make it autocomplete every word?

开发者 https://www.devze.com 2023-01-18 10:09 出处:网络
hello i\'m using VS to write JavaScript lately. before that i was using notepad++. the auto-completion in np++ deals with every word in the current document. but the one in VS only deals with variable

hello i'm using VS to write JavaScript lately. before that i was using notepad++.

the auto-completion in np++ deals with every word in the current document.

but the one in VS only deals with variables and functions and so.

what i'm looking for is every word compl开发者_StackOverflowetion. meaning that if i write

div.id ="anotherDiv";

and then later write

document.getElementById("ano.... i get a suggestion with every matching word ..

is there a way to make VS do that ?

0

精彩评论

暂无评论...
验证码 换一张
取 消