Recent Posts
Recent Comments
Link
관리 메뉴

NaggingMachine

Recursive Icon at Visual Studio 2008 - Resharper의 Recursive Icon 기능 본문

TechnoBabbler

Recursive Icon at Visual Studio 2008 - Resharper의 Recursive Icon 기능

naggingmachine 2008. 3. 19. 21:27
One of the MUST-HAVE-TOOLS of .NET developers is the Resharper. Resharper supports Visual Studio 2003, 2005, and 2008. I can't imagine my life without Resharper. Today I found a interesting feature of Resharper.

사용자 삽입 이미지


In the previous figure, you can find a icon on the left side of the IDE. The icon indicates that the function call of the current line is a recursive call. What a surprise! At the first sight, I though Visual Studio 2008 supports that feature, so I uninstalled Resharper, but after uninstallation the icon was disappeared. It means that Resharper understand a recursive call. :-) Why Microsoft can't support that feature? No idea?


.NET 개발자가 반드시 사용해야 하는 도구(MUST HAVE TOOLS)의 하나인 Resharper를 현재 Visual Studio 2008에서 사용하고 있습니다. 그런데 코드를 작성하는 중에 재밌는 이미지를 하나 발견했습니다.

사용자 삽입 이미지

화면 왼쪽에 보면 Recursive Call을 나타내는 아이콘이 하나 보이는데, 특정 함수가 Recursive하게 호출되는 경우에 친절하게도 아이콘을 표시해줍니다. 처음에는 Visual Studio 2008에서 새로 제공하는 기능인가 싶어서 Resharper를 Uninstall한 후 확인해보니 Visual Studio 2008 기능은 아니더군요. 왜 MS에서는 이런 생각을 못할까요? ^^;; 이래서 서드-파티 회사가 필요한가 봅니다.

예전에 Debugging 팀에게 GDB의 그래픽 버전인 DDD (Data Display Debugger)의 기능이 왜 없냐고 따졌던게 생각나는군요. 다음달에 있을 MVP Summit에서 한번 건의해볼까요? ^^..