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:
- automatic insertion of close braces.
- 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 (!).
- 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
Post a Comment