11 December 2010 0 Comments

Updating JScript IntelliSense

Keyboard:  CTRL + SHIFT + J Menu:  Edit -> IntellisSense -> Update JScript IntelliSense Command:  Edit.UpdateJScriptIntellisense Versions:  2008,2010 Published:  12/11/2010 Code:  vstipEdit0086   If you find that your IntelliSense isn’t showing items for JScript items you recently put in then you can update the JScript Intellisense yourself by going to Edit -> IntellisSense -> Update JScript IntelliSense or pressing CTRL + SHIFT + J:     It goes by pretty fast, but you may even see the “Updating JScript IntelliSense” message in the Status Bar at the lower left-hand corner of your screen:       When it is done, you should be able to see the newly added items in your IntelliSense.

29 May 2009 0 Comments

Tip#66: Did you know… how to insert quotes values automatically while typing the attrib values?

It’s a nice time saver if you would like the HTML editor to automatically add quotes for the attribute values while you are typing. To set this option select Tools->Options. Check Show all settings

24 January 2009 0 Comments

Com Interop과 dynamic에 대한 IDE의 지원

어제 포스트 에서 제가 C# 4.0에 새로 지원 되는 주 기능으로 Com interop과 dynamic을 얘기 하면서 그에 대한 IDE의 새 기능을 쓰기로 해 놓고 C# 4.0에서 새로 지원 되는 Compiler 기능만 쓰고 이에 대한 IDE 기능은 전혀 쓰질 않았죠 ㅡ.ㅡ.   이유는 사실 dynamic의 경우 IDE 에서 해 줄수 있는게 별로 없기 때문이기도 합니다.   이 Com Interop이나 dynamic이 C# 언어 쪽에서 본다면 여러 dynamic 언어들을 무척 간단하게 사용할수 있게 해 주는 반면 IDE 쪽에서는 별로 크게 도움을 줄만한게 없습니다.