c# - Alternative Intellisense Tooltip? -


is there alternative visual studio's intellisense tooltip when typing parameter info? if not, easy implement own?

the reason being @ work use framework long namespaces, when working function, parameters listened next each other in parameter info tooltip, , becomes long across screen. have tooltip displays each parameter on own line in tooltip.


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -