I been using NetBeans since I started programming. Now, I'm learnig C++ and I have to use VS (2013).
The first things that I miss are some shortcuts like "add a semi colon at the end of the line", "click on top of a method call and the class where that method is open".
Are this shortcuts present on VS? If yes, how do I use them?
Thanks
EDIT
foo.setThing(getThing()?)
I'm talking when the cursor is where the "?" is and you whant to close the line(add a semi colon)...
In NetBeans you just do ";" and it does that for you...