<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx</link><description>I recently spent some time fiddling with my setup of emacs on Windows. I use emacs for lots of stuff; just now I optimized my setup for development of C# apps. I knew of the JDEE , which has been around for a long time. JDEE is the Java Development Environment</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Microsoft news and tips &amp;raquo; Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8386307</link><pubDate>Sun, 13 Apr 2008 07:39:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8386307</guid><dc:creator>Microsoft news and tips &amp;raquo; Emacs is better than Visual Studio as a C# Development Tool?!!</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://microsoftnews.askpcdoc.com/?p=1709"&gt;http://microsoftnews.askpcdoc.com/?p=1709&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8386394</link><pubDate>Sun, 13 Apr 2008 11:47:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8386394</guid><dc:creator>Anthony</dc:creator><description>&lt;p&gt;Will you please post your .emacs file?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Anthony&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8387549</link><pubDate>Sun, 13 Apr 2008 19:58:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8387549</guid><dc:creator>Aemon</dc:creator><description>&lt;p&gt;Have you checked out flymake-mode? It ships with emacs 22; it periodically invokes a compiler on your current buffer, highlights errors etc. Seems like a natural fit for a statically typed, one-file-equals-one-class language like C#.&lt;/p&gt;
&lt;p&gt;-Aemon&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8387605</link><pubDate>Sun, 13 Apr 2008 20:07:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8387605</guid><dc:creator>Barry Kelly</dc:creator><description>&lt;p&gt;I use a variety of editors for general purpose code writing, but the only reasons I end up firing an IDE are (1) debugging, (2) intellisense and (3) code navigation (goto definition, goto declaration, with automatic disassembly of the public interface where necessary). Without 1, 2 and 3, I'd have no need for an IDE. However, by your own admission, these are exactly the things that emacs wouldn't give me, so it all amounts to not being a reason to use emacs (note that doesn't mean &amp;quot;a reason not to use emacs; I mean absence of a reason, not a reason to avoid).&lt;/p&gt;
&lt;p&gt;The main editor for general purpose stuff is joe, running in Cygwin. I have it configured for syntax highlighting for all the languages I use; combined with ctags it has very very rudimentary goto support. I can write macros for snippets, which I usually don't end up using. About the only one I use is for braces: insert '{' here, return twice (with indent), insert '}', go up one line, tab.&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8387720</link><pubDate>Sun, 13 Apr 2008 20:28:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8387720</guid><dc:creator>Sammy Larbi</dc:creator><description>&lt;p&gt;Is it possible to release what you've done as a handy-dandy install / plugin?&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8388387</link><pubDate>Sun, 13 Apr 2008 22:35:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8388387</guid><dc:creator>she</dc:creator><description>&lt;p&gt;The problem is that while emacs and vim will always be flexible, they require a lot of knowledge, time etc... to gather stuff.&lt;/p&gt;
&lt;p&gt;And while you may know and enjoy writing elisp code, I simply refuse to learn something specifically for one program. I could live with python or ruby these days, or with a human-readable nice and easy special language, but learning lisp just so that i maximize using emacs sounds like sure overkill, especially cuz i would know i wouldnt really use lisp outside from that (sorry lispers)&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8388522</link><pubDate>Sun, 13 Apr 2008 23:11:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8388522</guid><dc:creator>Pesinos</dc:creator><description>&lt;p&gt;The work you did would be valuable to people that wish to have a similar development environment. By using your experience to create an automatic installer, you'd have many greatful people (including me).&lt;/p&gt;
&lt;p&gt;If that wouldn't be feasible for you, just making a blog entry with all the steps outlined would be the next best thing.&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8388743</link><pubDate>Mon, 14 Apr 2008 00:16:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8388743</guid><dc:creator>Andy Norris</dc:creator><description>&lt;p&gt;Another request for you to post all the relevant source: .emacs and all the modified elisp files. It would be great to get a C# mode set up without having to reinvent everything you did.&lt;/p&gt;
&lt;p&gt;Also, I've started looking at modifying Tuareg mode into a full F# mode, and it would be great to take a look at some of the things you did and try to do something equivalent.&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8388756</link><pubDate>Mon, 14 Apr 2008 00:20:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8388756</guid><dc:creator>Seth Morris</dc:creator><description>&lt;p&gt;I can see this being useful for Mono developers, but I would never recommend emacs as a &amp;quot;standard&amp;quot; in any company trying to make money. It requires too much training and it's impressive customizability means no developer can work at another dev's desk. &lt;/p&gt;
&lt;p&gt;It also isn't worth giving up Team integration, refactoring tools (although some version of those do exist for C++ in emacs, I don't know if there are good c# versions), etc.&lt;/p&gt;
&lt;p&gt;But I'm biased. The first emacs setup I used launched with the text &amp;quot;If you need help, press [some key combination].&amp;quot; That key combination launched Eliza.... &lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8388761</link><pubDate>Mon, 14 Apr 2008 00:23:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8388761</guid><dc:creator>Jacob</dc:creator><description>&lt;p&gt;About folding.el and hideshow.el, I have just been using C-u &amp;lt;num&amp;gt; C-x $ to fold on indentation level. &amp;nbsp;Is hideshow.el significantly better?&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8389981</link><pubDate>Mon, 14 Apr 2008 05:44:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8389981</guid><dc:creator>DotNetInterop</dc:creator><description>&lt;p&gt;OK, in response to the requests from Sammy and Pesinos, I will package up what I do, to try to make it installable and re-usable for just about anyone. &amp;nbsp;I don't have a linux machine though, so can't test it there. Gotta think about the best way to deliver it. &amp;nbsp;It's maybe just a zip of the elisp files and the snippets and the templates. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I was hesitant to pack it up just yet, because I think intellisense is a big hole. Also I will have to look into the flymake minor mode.&lt;/p&gt;
</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8390629</link><pubDate>Mon, 14 Apr 2008 08:49:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8390629</guid><dc:creator>DotNetInterop</dc:creator><description>&lt;P&gt;Oooooh, I added the flymake stuff, which now works.&amp;nbsp;&amp;nbsp;It's nifty. &amp;nbsp;I like it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Flymake is at least 5 years old, but it still seems to be a bit rough. There's no doc in the el file.&amp;nbsp; &amp;nbsp;It doesn't respect the "compile-command" variable of compile.el, instead hard-coding make.&amp;nbsp;&amp;nbsp;There are a bunch of other missed opportunities for customization in flymake, too. &amp;nbsp;There's no doc for how to specify a different check-syntax build.&amp;nbsp; There's no doc for how to do a better cleanup - so I have temporary output files hanging around.&amp;nbsp; Why isn't flymake-allowed-file-name-masks an alist?&amp;nbsp; Basically flymake is bad manners all around.&amp;nbsp; But it's mostly working now, and it seems very handy. &amp;nbsp; &lt;/P&gt;
&lt;P&gt;I show what I did to get flymake to work with C#, in &lt;A class="" href="http://blogs.msdn.com/dotnetinterop/archive/2008/04/14/getting-flymake-el-to-work-with-c-modules.aspx"&gt;this post&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8391137</link><pubDate>Mon, 14 Apr 2008 11:06:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8391137</guid><dc:creator>anon</dc:creator><description>&lt;p&gt;Have you tried setting up etags for intellisense? I did that some time ago and it worked great.&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8393681</link><pubDate>Mon, 14 Apr 2008 20:39:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8393681</guid><dc:creator>MasterChief</dc:creator><description>&lt;p&gt;You are so lame man... you spent all that time just so you have MOST of the features you get for free on the C# express. lol you FAIL at seeing the big picture&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8395748</link><pubDate>Tue, 15 Apr 2008 03:54:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8395748</guid><dc:creator>DotNetInterop</dc:creator><description>&lt;P&gt;MasterChief, thanks for commenting. &amp;nbsp;Thanks for pointing out how &lt;SPAN style="FONT-SIZE:14pt;COLOR:#c71585;"&gt;&lt;STRONG&gt;LAME&lt;/STRONG&gt;&lt;/SPAN&gt; I am.&amp;nbsp; Very helpful.&amp;nbsp; Let me ask you something though - Did you &lt;STRONG&gt;&lt;EM&gt;read&lt;/EM&gt;&lt;/STRONG&gt; the article? &amp;nbsp;I spent all that time to see how much time it would take me, and what I would get for my time. &lt;/P&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8398536</link><pubDate>Wed, 16 Apr 2008 05:37:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8398536</guid><dc:creator>DotNetInterop</dc:creator><description>&lt;p&gt;@Jacob - I don't know if hideshow is better or worse than that magic incantation of keystrokes you provided. &amp;nbsp; I didn't read the spellbook on collapsing text, so I'm not sure I've picked the optimal mechanism there. &amp;nbsp;But what I have is built-in to emacs (from v22.2 at least) and it works for me .&lt;/p&gt;
</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8410216</link><pubDate>Sat, 19 Apr 2008 18:40:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8410216</guid><dc:creator>Blair</dc:creator><description>&lt;p&gt;Hey you do know that their is an Emacs mode inside of VS 2005 and higher; just go to Tools -&amp;gt;Options-&amp;gt; Enviroment-&amp;gt;Keyboard and select Emacs.&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8417403</link><pubDate>Wed, 23 Apr 2008 01:50:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8417403</guid><dc:creator>Aemon</dc:creator><description>&lt;p&gt;RE: Flymake&lt;/p&gt;
&lt;p&gt;Agreed! flymake needs to be a much more general tool -- there's a lot more you can do with external programs than just highlight errors. Imagine if you could plugin profilers, syntax checkers etc...&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8517476</link><pubDate>Sat, 17 May 2008 18:41:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8517476</guid><dc:creator>Hernan Garcia</dc:creator><description>&lt;p&gt;I have been looking for lightweight alternatives to do C# development for a while, so far nothing really click with me. &lt;/p&gt;
&lt;p&gt;I'm not sure if I could use emacs (I haven't used before) but I will give it a try.&lt;/p&gt;
&lt;p&gt;Thanks for this post, very interesting stuff.&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8563348</link><pubDate>Fri, 30 May 2008 17:57:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8563348</guid><dc:creator>Dan</dc:creator><description>&lt;p&gt;That's quite cool but what about the debug style features in C# - like rewriting some of the code while debugging and then seeing the changes immediately. Or dragging around the step though cursor back in &amp;quot;instruction time&amp;quot;. These are some of the things I find quite useful. As is hovering the mouse over variables to see their value.&lt;/p&gt;
&lt;p&gt;I like the idea of emacs - I'd love to program my own commands and I quite like lisp - even emacs-lisp :D But I couldn't give up the comfort and ease of use of Visual Studio. Especially programming C# which is where is really excels.&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8591369</link><pubDate>Wed, 11 Jun 2008 16:55:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8591369</guid><dc:creator>Allan</dc:creator><description>&lt;p&gt;I've tried the emacs mode in VS 2005. &amp;nbsp;It's ok, it gives you the most common keybindings, but it is NOT like using emacs.&lt;/p&gt;
&lt;p&gt;There's a set of VB macros floating around somewhere that will give you an emacs-ish experience in MS Word as well.&lt;/p&gt;
&lt;p&gt;I use emacs to edit C# code, but I use VS to build and otherwise work on &amp;quot;solutions&amp;quot;. &amp;nbsp;I've never liked intellisense too much, and I debug by instrumenting and understanding my code, not by stepping line-by-line through with a debugger. So given my style, I have not yet found enough motivation to try to create a full .NET IDE in emacs.&lt;/p&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8923987</link><pubDate>Thu, 04 Sep 2008 11:24:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8923987</guid><dc:creator>gareth</dc:creator><description>&lt;p&gt;I came up with almost the same solution, nice to see I haven't missed much. I have VS though so I can use one simplification which is to use the .sln file to build: I have a function which looks upwards in the directory tree from the current buffer for a .proj or .sln file and compiles it through the devenv.com program in an emacs compilation buffer. &lt;/p&gt;
&lt;p&gt;For intellisense, tags work fine together with HHelper (which can be used as a command line searchable msdn). These days I only fire up the VS gui once or twice a day for stepthrough debugging. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have to say I wouldn't recommend someone learn emacs just to avoid VS if VS is available. You've got to appreciate it as an all-in-one solution, I do sql queries, file access, even launching programs from inside emacs, the power comes in customizing it to your exact desires, but you've got to have those desires.&lt;/p&gt;
</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#8969314</link><pubDate>Mon, 29 Sep 2008 21:46:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8969314</guid><dc:creator>Joe D. DeJohn</dc:creator><description>&lt;p&gt;We used emacs in college for writing C++. &amp;nbsp;It was great to use as an IDE. &amp;nbsp;Really do miss it even if I did not use it for very long. &amp;nbsp;It's great that someone has actually gone the route in having emacs support(partial) for C#.&lt;/p&gt;
</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#9053527</link><pubDate>Sat, 08 Nov 2008 05:12:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9053527</guid><dc:creator>Timothy Murray</dc:creator><description>&lt;p&gt;Great post, thanks--your efforts are definitely NOT lame.&lt;/p&gt;
&lt;p&gt;As a contractor, I have to maintain cross platform proficiency and xemacs/cygwin on dos really helps me maintain that. Your site really helps as well.&lt;/p&gt;
&lt;p&gt;fwiw, (I am new to c# and .net) I can run the .Net 3.5 SDK shell in xemacs on cygwin. I am definitely going to implement your setup for c# dev with the Powershell. &lt;/p&gt;
&lt;p&gt; That port of the Beanshell to the Powershell is really interesting stuff; I will be implementing it at my current gig.&lt;/p&gt;
&lt;p&gt;fwiw, check out planner.el &amp;nbsp;--ms outlook for emacsen&lt;/p&gt;
&lt;p&gt;Cordially,&lt;/p&gt;
&lt;p&gt;t.&lt;/p&gt;
</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#9081172</link><pubDate>Sat, 15 Nov 2008 02:42:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9081172</guid><dc:creator>Tyson</dc:creator><description>&lt;p&gt;Aemon: C# is statically typed, but not &amp;quot;one-file-equals-one-class&amp;quot;. &amp;nbsp;You can have any number of toplevel classes in a file, and name the file anything you want.&lt;/p&gt;
&lt;p&gt;And I'm not sure what that has to do with flymake-mode: I love flymake even (especially?) for completely untyped languages. &amp;nbsp;A dumb syntax error is still a syntax error. &amp;nbsp;I'll have to figure out how to hook up C# to it now...&lt;/p&gt;
</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#9385254</link><pubDate>Fri, 30 Jan 2009 23:29:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9385254</guid><dc:creator>adf</dc:creator><description>&lt;p&gt;I'm surprised you aren't using Semantic. It does pretty much exactly what you want. cf. &lt;a rel="nofollow" target="_new" href="http://cedet.sourceforge.net/intellisense.shtml"&gt;http://cedet.sourceforge.net/intellisense.shtml&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#9409608</link><pubDate>Tue, 10 Feb 2009 03:40:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9409608</guid><dc:creator>DotNetInterop</dc:creator><description>&lt;P&gt;I looked into semantic - &lt;A href="http://blogs.msdn.com/dotnetinterop/archive/2008/04/21/c-code-completion-in-emacs-a-look-at-cedet-semantic-and-csde.aspx" target=_new rel=nofollow&gt;http://blogs.msdn.com/dotnetinterop/archive/2008/04/21/c-code-completion-in-emacs-a-look-at-cedet-semantic-and-csde.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;...I found it wanting....but then was able to augment it with CSDE-Shell and get code completion.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#9827909</link><pubDate>Fri, 10 Jul 2009 03:34:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9827909</guid><dc:creator>that's what she</dc:creator><description>&lt;p&gt;I find your information to be suspect since you claim to be an emacs user and yet fail to malign and condemn Visual Studio.&lt;/p&gt;
&lt;p&gt;On a more serious note, I find it reassuring that there exist people who see value in both options! &amp;nbsp;I keep trying to get into emacs, wondering if the frothing-at-the-mouth emacs-fanatics may have some secret, but I guess for the type of work I do it may not be worth the effort. &amp;nbsp;And while VS may not be the world's best text editor, I do lovelovelove its code completion and code navigation.&lt;/p&gt;
</description></item><item><title>re: Emacs is better than Visual Studio as a C# Development Tool?!!</title><link>http://blogs.msdn.com/dotnetinterop/archive/2008/04/12/emacs-is-better-than-visual-studio-as-a-c-development-tool.aspx#9847238</link><pubDate>Fri, 24 Jul 2009 08:09:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9847238</guid><dc:creator>DotNetInterop</dc:creator><description>&lt;p&gt;Ha - well there's a time and a place for frothing at the mouth, and it is not while typing in a text editor. &amp;nbsp;Emacs is useful to me but I wouldn't recommend to anyone that they go out and learn it themselves. Unless you have a supportive community of expert emacs users, and maybe a background in lisp, it will be hard to justify the effort.&lt;/p&gt;
</description></item></channel></rss>