Home › Forums › Programming › C#, Visual Studio Add-on
- This topic has 11 replies, 6 voices, and was last updated 14 years, 11 months ago by Anonymous.
-
AuthorPosts
-
-
20/01/2010 at 12:19 am #7579AnonymousInactive
a kind of visual assist add-on, for any C# devs out there:
http://www.jetbrains.com/resharper/documentation/presentation/overview/quick-fixes/qf_ca_demo.htm
B.
-
20/01/2010 at 9:17 am #45172AnonymousInactive
Funny, I’ve just started using it in the last few days. It’s very useful detecting small things like unused variables and code, nesting issues etc. It also has very advanced refactoring tools so it’s easy to move things around with breaking anything.
-
20/01/2010 at 12:39 pm #45173AnonymousInactive
Couple with SVN and your in refactoring heaven
-
20/01/2010 at 1:36 pm #45174AnonymousInactive
Do you have any suggestion for a good Visual Studio svn plugin? I was using Ankh but it nearly lost me a weeks worth of code when it got confused by me moving some files around, had to recover from a bunch of temp files.
-
20/01/2010 at 2:14 pm #45175AnonymousInactive
VisualSVN worth it…. There are other Tortoise integrations worth trying.
-
20/01/2010 at 2:46 pm #45176AnonymousInactive
Kentaree
Another plugin also mentioned a few times on the forum:
Brendan.
-
21/01/2010 at 9:34 am #45177AnonymousInactive
I find it most annoying and difficult now to program without Visual Assist, not sure how I ever did without it! Have only been using it for a year but it is so good.
-
21/01/2010 at 10:21 am #45178AnonymousInactive
I might get my boss to dip into his budget so I can get some of these ;) On a slightly related note, anyone here done any Windows Mobile development with Visual Studio? I’m using VS2005 and it’s very unstable when debugging remote apps, I’m wondering whether it’d be worth for me to upgrade to 2008.
-
21/01/2010 at 12:31 pm #45179AnonymousInactive
Well worth the upgrade.
Also VS2010 is worth looking at.
Windows Mobile is going to go through some significant changes this year too. :D -
21/01/2010 at 1:20 pm #45181AnonymousInactive
The problem is there’s been no confirmed Windows Mobile support for VS2010, and the beta has none either. I’d be a lot happier if they let you buy 2k8 now and provide free upgrade to 2k10 as it’s so close to release.
-
21/01/2010 at 4:46 pm #45182AnonymousInactive
Well worth the upgrade.
Also VS2010 is worth looking at.
Windows Mobile is going to go through some significant changes this year too. :D[/quote:60cfc25613]Make sure you get the hotfixes. I upgrade to vs2008 recently at work and i gotta say it was super unstable. Crashing on break points, losing break points, random shut down and various other problems. Most of which were fixed by the hot fixes. So get them ;)
-
21/01/2010 at 11:16 pm #45187AnonymousInactive
Used to be a visual studio + visual assist person, but a stint working remotely on linux cell processor based machines has caused me to rethink my IDE. I now use Visual Slick Edit since it’s the grand daddy of all things visual assist (autocompetion / refactoring etc) and editing wise (vim / visual studio / emacs emulation), is very extensible and the clincher for me, supports remote editing via ssh. I don’t use visual debuggers any more though, which I sort of miss.
-
-
AuthorPosts
- The forum ‘Programming’ is closed to new topics and replies.