VS 2012
-
After using VS 2012 for a while, I think I like it. Probably the best since VS 6. The UI does not look annoying anymore after using it for some time. Things I really like :- 1. Good Performance (may also have to do with the SSD drive) 2. "My Work" and integration with TFS. 3. Ability to use VC 2010 settings for C++ projects. 4. Better intellisense overall. 5. "Scope to this" in solution view. Things I hate 1. No macros and recording. I used that feature a whole lot.
-
After using VS 2012 for a while, I think I like it. Probably the best since VS 6. The UI does not look annoying anymore after using it for some time. Things I really like :- 1. Good Performance (may also have to do with the SSD drive) 2. "My Work" and integration with TFS. 3. Ability to use VC 2010 settings for C++ projects. 4. Better intellisense overall. 5. "Scope to this" in solution view. Things I hate 1. No macros and recording. I used that feature a whole lot.
-
After using VS 2012 for a while, I think I like it. Probably the best since VS 6. The UI does not look annoying anymore after using it for some time. Things I really like :- 1. Good Performance (may also have to do with the SSD drive) 2. "My Work" and integration with TFS. 3. Ability to use VC 2010 settings for C++ projects. 4. Better intellisense overall. 5. "Scope to this" in solution view. Things I hate 1. No macros and recording. I used that feature a whole lot.
-
Rama Krishna Vavilala wrote:
No macros
:doh: :doh: :doh: C'mon, even Word has Macros!
=====
\ | /
\|/
|
|-----|
| |
|_ |
_) | /
_) __/_
_) ____
| /|
| / |
| |
|-----|
|===
Lloyd Atkinson wrote:
even Word has Macros!
Not sure we should have IDE's emulate Word. After all, Word also has VB. X|
-
After using VS 2012 for a while, I think I like it. Probably the best since VS 6. The UI does not look annoying anymore after using it for some time. Things I really like :- 1. Good Performance (may also have to do with the SSD drive) 2. "My Work" and integration with TFS. 3. Ability to use VC 2010 settings for C++ projects. 4. Better intellisense overall. 5. "Scope to this" in solution view. Things I hate 1. No macros and recording. I used that feature a whole lot.
Rama Krishna Vavilala wrote:
Better intellisense overall
I just had a chance to try that out now. It's much better in ASP.Net. It's actually able to show intellisense for a code block that is inside a string in a JavaScript call that is inside an inline onclick handler for an anchor tag. Pretty awesome. :thumbsup: I also like Page Inspector. Looks like you can inspect an element on the rendered page, and not only does it show that element in the DOM tree (pretty typical for web debuggers), but it also shows the element in the code-behind page. :omg:
-
Rama Krishna Vavilala wrote:
Better intellisense overall
I just had a chance to try that out now. It's much better in ASP.Net. It's actually able to show intellisense for a code block that is inside a string in a JavaScript call that is inside an inline onclick handler for an anchor tag. Pretty awesome. :thumbsup: I also like Page Inspector. Looks like you can inspect an element on the rendered page, and not only does it show that element in the DOM tree (pretty typical for web debuggers), but it also shows the element in the code-behind page. :omg:
AspDotNetDev wrote:
it also shows the element in the code-behind page
Holy crap, I don't even need to inspect the element; it highlights anything that I click or select!
-
Lloyd Atkinson wrote:
even Word has Macros!
Not sure we should have IDE's emulate Word. After all, Word also has VB. X|
-
After using VS 2012 for a while, I think I like it. Probably the best since VS 6. The UI does not look annoying anymore after using it for some time. Things I really like :- 1. Good Performance (may also have to do with the SSD drive) 2. "My Work" and integration with TFS. 3. Ability to use VC 2010 settings for C++ projects. 4. Better intellisense overall. 5. "Scope to this" in solution view. Things I hate 1. No macros and recording. I used that feature a whole lot.
When you say no MACROS and recording, are you only referring to Quick MACROS, or does that include user-written editor MACROS as well?
All of my software is powered by a single Watt.
-
When you say no MACROS and recording, are you only referring to Quick MACROS, or does that include user-written editor MACROS as well?
All of my software is powered by a single Watt.
Both. VS2012 has no macros whatsoever.
I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking
-
After using VS 2012 for a while, I think I like it. Probably the best since VS 6. The UI does not look annoying anymore after using it for some time. Things I really like :- 1. Good Performance (may also have to do with the SSD drive) 2. "My Work" and integration with TFS. 3. Ability to use VC 2010 settings for C++ projects. 4. Better intellisense overall. 5. "Scope to this" in solution view. Things I hate 1. No macros and recording. I used that feature a whole lot.
Rama Krishna Vavilala wrote:
4. Better intellisense overall.
Is it better for native C++?
The difficult we do right away... ...the impossible takes slightly longer.
-
Both. VS2012 has no macros whatsoever.
I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking
Did they add code snippets in for C++ then? I'm going to sorely miss the MACROS if I upgrade because I have developed a ton of MACROS over the years that save me a ton of time. They do things like put formatted comment blocks in my code based on context using the code parser to extract the variable names and return types or Generate stub classes from an interface for unit-testing. Basically all of the busy work that causes boredom and leads to distractions X| Maybe I will stick with VS2008 and call VS2012 compiler inside the project. They didn't get rid of the BACKSPACE key did they?
All of my software is powered by a single Watt.
-
After using VS 2012 for a while, I think I like it. Probably the best since VS 6. The UI does not look annoying anymore after using it for some time. Things I really like :- 1. Good Performance (may also have to do with the SSD drive) 2. "My Work" and integration with TFS. 3. Ability to use VC 2010 settings for C++ projects. 4. Better intellisense overall. 5. "Scope to this" in solution view. Things I hate 1. No macros and recording. I used that feature a whole lot.
Rama Krishna Vavilala wrote:
1. No macros and recording. I used that feature a whole lot.
I hadn't discovered that yet. Yes, it's quite a big feature to have just disappeared, but I see you can quite easily convert macros to a VS Package.
-
After using VS 2012 for a while, I think I like it. Probably the best since VS 6. The UI does not look annoying anymore after using it for some time. Things I really like :- 1. Good Performance (may also have to do with the SSD drive) 2. "My Work" and integration with TFS. 3. Ability to use VC 2010 settings for C++ projects. 4. Better intellisense overall. 5. "Scope to this" in solution view. Things I hate 1. No macros and recording. I used that feature a whole lot.
Will you be posting a programming quiz today? It's been a while. :)
"Real men drive manual transmission" - Rajesh.