visual studio - VS2010 extension, lost it and can't remember name -


does use or rememebr name of vs2010 extension add little faded context sensitive icon next class/ method (indiciating if it's class etc in class view) , adds little faded clickable link @ end of class/method block etc it's name?

it looked someting like:

[icon] methodname1(params)
{
lines of code
more lines
line
} >> methodname1 (faded clickable link)

lost , can't find , it's driving me nuts (too tired?)

thanks in advance!

well found (not sure how escaped me seeing how it's author of excellent codemap / axtools)

vs10x editor view enhancer

http://visualstudiogallery.msdn.microsoft.com/34eee02b-f1f6-433a-b210-62e94c0bcb87?src=vside

vs10x editor view enhancer


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -