Make Visual Studio more Eclipse-like -


i've switched java programming in eclipse c++ programming in visual studio 2010. visual studio fantastic ide overall found myself missing 3 features eclipse:

  1. automatic insertion of close braces.
  2. automatic tab alignment of pasted code. consider pasting code 2 indents section 3 indents. in eclipse, pasted code adopts 3 indents of surroundings; in visual studio, first line has 5 indents , remaining lines have 2 indents (!).
  3. display of errors, warnings , todos on vertical ruler @ right, line-by-line (e.g. see this picture).

microsoft's productivity power tools extension includes auto brace completion, this stand-alone extension. know how functionality of 2 , 3, or similar?

astyle addon works c++ take @ visual assist, it's not free


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -