active questions tagged ide - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T22:18:08Z http://stackoverflow.com/feeds/tag/ide http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1884288/is-there-any-way-to-improve-idea-9-community-edition-lookfeel 0 Is there any way to improve IDEA 9 Community Edition Look&Feel? levanovd 2009-12-10T21:47:17Z 2009-12-10T21:47:17Z <p>Earlier versions of IDEA had their own skin and looked really nice. But fresh 9CE version has really strange look&amp;fells included: default is IDEA 4.5 (!!!) that looks like apps in 1998, also there is "windows" (everybody knows that java "windows" style doesn't look like windows) and several other styles taken from linux. Oh, yes, I forgot about metal )) It's really hard to work with such ugly IDE.</p> <p>So my question is if it is possible to use old IDEA's theme (e.g. it was available in 9 Beta)? Or any other ideas how to improve its look&amp;feel? Or maybe its only mine problem and others have normal skin installed?</p> http://stackoverflow.com/questions/1873780/best-editor-for-remote-pair-programming 15 Best editor for remote pair programming? Hasan Khan 2009-12-09T13:11:59Z 2009-12-10T20:14:19Z <p>Do you know of an editor that allows two people to edit the same code simultaneously sitting at two different computers connected remotely?</p> <p>This can be used for code review e.t.c</p> <p>The platform could be Mac, Windows or Linux.</p> http://stackoverflow.com/questions/546113/visual-studio-automatically-refresh-class-view-when-changing-class 5 Visual Studio - Automatically refresh class view when changing class. WillH 2009-02-13T14:26:52Z 2009-12-10T18:41:57Z <p>Hi,</p> <p>I come from a Java background and have spent many years using Eclipse. One feature that I miss when using Visual Studio (2008) is that the class view does not automatically refresh when I change class. In Eclipse it has a (class) 'Outline' window which represents the current class and shows methods/properties etc, this always updates to the class one is using.</p> <p>The equivalent 'Class View' in VS does not automatically refresh according to the current class I am visiting. I wondered if anyone knew a way to make this happen?</p> <p>Ideally I'd like the VS view to be as similar to Eclipse as I could get it, but this one feature would be great. </p> <p>Thanks in advance, Will</p> http://stackoverflow.com/questions/1817107/visual-studio-exclude-outlining-from-undo-redo-stack 0 Visual Studio : exclude outlining from undo/redo stack Thomas Levesque 2009-11-29T23:12:50Z 2009-12-10T15:51:41Z <p>Hi,</p> <p>There's something really annoying in Visual Studio : where I expand or collapse a method or code region, this action is pushed on the undo stack. So if I edit some code in a method, then collapse that method, and then want to undo my change, I have to undo twice : once for the collapse action, and once for the change in code. This can be VERY confusing if you expanded or collapsed several things after editing the code, the editor keeps jumping to different places and you don't know whether your changed has been undone or not...</p> <p>So my question is : is it possible to disable that behavior ? i.e., that only changes in code are taken into account in the undo stack ?</p> <p>PS: I'm using Visual Studio 2008</p> http://stackoverflow.com/questions/1649339/how-to-debug-a-gsp-page-no-grails-just-gsp 0 how to debug a gsp page? (no grails, just gsp) opensas 2009-10-30T11:46:17Z 2009-12-10T15:36:54Z <p>I've tried with netbeans and eclipse, with no luck... (coudn't try IntelliJ idea)</p> <p>I gave a quick look ant the code</p> <p><a href="http://kickjava.com/src/groovy/servlet/TemplateServlet.java.htm" rel="nofollow">http://kickjava.com/src/groovy/servlet/TemplateServlet.java.htm</a></p> <p>and it gives me the impression that .gsp pages are translated to .groovy servlets (groovlets) in memory (I might be wrong)...</p> <p>so perhaps it's not so easy to debug gsp as I though...</p> <p>so, can anybody tell me how to do it?</p> <p>pd: By debugging I mean things like browsing the code step-by-step, inspecting variables, adding watches, and all those sort of things, obviously. Not the (not so) good old printf approach...</p> http://stackoverflow.com/questions/1877482/vim-how-to-move-between-matching-tags 2 VIM: How to move between matching tags? Fedyashev Nikita 2009-12-09T22:50:20Z 2009-12-10T04:14:18Z <p>I'm a big fan of ctags, but sometimes it is hard to use it.</p> <p>In case when I have a few declaration of the functions with the same name - "ctrl + ]" throws you to the first occurrence - which is not always what I need.</p> <p>How can I see the full list of matching tags so I can choose which one to open?</p> http://stackoverflow.com/questions/1876997/best-free-ide-for-php-development -3 Best Free IDE for PHP Development? [closed] Mark Provan 2009-12-09T21:24:33Z 2009-12-09T21:39:15Z <blockquote> <p><strong>Possible Duplicates:</strong><br> <a href="http://stackoverflow.com/questions/116292/what-is-the-best-ide-for-php">What is the best IDE for PHP ?</a><br> <a href="http://stackoverflow.com/questions/6166/any-good-php-ide-preferably-free-or-cheap">Any good PHP IDE, preferably free or cheap?</a> </p> </blockquote> <p>I'm looking for a good, free PHP IDE with features such as Code Completion, Syntax Highliting and SQL Support. I'm thinking about using Aptana. Any better suggestions? </p> http://stackoverflow.com/questions/51798/what-is-the-best-ide-color-for-developers-in-c 6 What is the best IDE color for developers in C# Lukas Ĺ alkauskas 2008-09-09T13:00:23Z 2009-12-09T15:00:21Z <p>So my question is: what is the best (in your opinion) IDE colors for C# developers ? My IDE now looks like <a href="http://halfas.blogspot.com/2008/06/visual-studio-ide.html" rel="nofollow">this</a> (link to blog post), but I'm kinda tired of it.</p> <p>Any Suggestions? Recommendations?</p> http://stackoverflow.com/questions/1097367/which-ide-for-r-in-linux 5 Which IDE for R in Linux? pufferfish 2009-07-08T10:58:40Z 2009-12-09T13:18:58Z <p>What good IDE's are there for R in Linux?</p> <p>I've tried Rcmdr and Eclipse, but neither seems to have the same usability as Tinn-R in Windows. Are there any other options?</p> http://stackoverflow.com/questions/175044/django-development-ide 18 django development IDE Adam Carr 2008-10-06T16:28:18Z 2009-12-09T06:42:45Z <p>I have done a little django development but it has all been in a text editor. I was curious what more advanced development tools others are using in their django development. I am used to using Visual Studio for development and really like the intellisense, code completion, and file organization it provides and would like to find something (or a combination of tools) that would provide some of this in the django/python environment.</p> http://stackoverflow.com/questions/1776041/google-wave-as-code-repository-and-ide 0 Google Wave as code repository and IDE? dehmann 2009-11-21T17:02:37Z 2009-12-09T02:41:36Z <p>Is it possible to write a Google Wave plugin that turns it into an IDE for programming? With such an extension, Google Wave would be a replacement for Eclipse etc., and it would naturally be a code repository at the same time (replacing SVN, git, etc.).</p> <p>Users (programmers) would be able to create code files directly in Wave and add collaborators to do pair programming etc. The whole codebase would live in a Wave folder, and an extension would do the building and compiling on the fly.</p> <p>How would one go about writing such an extension?</p> http://stackoverflow.com/questions/1792534/dumb-completion-in-visual-studio 7 Dumb completion in Visual Studio J Cooper 2009-11-24T19:56:58Z 2009-12-08T22:11:48Z <p>Intellisense is nice for what it does, but often I find myself longing for the "crude" text completion of editors like Vim. I can't seem to find a facility for being able to complete a word--perhaps in a string, anywhere really--and have VS try to complete it for me (based on stuff I've typed before in the current buffer, or in all open files, or however it wants to work).</p> <p>Am I missing something? (Or if necessary, is there an extension to do this?) It seems like it would actually be tons easier to implement than Intellisense, but it really can save typing.</p> <p>Thanks!</p> http://stackoverflow.com/questions/1869574/how-to-make-use-of-grails-dependencies-in-your-ide 1 How to make use of Grails Dependencies in your IDE raoulsson 2009-12-08T20:19:23Z 2009-12-08T21:27:05Z <p>Hi All,</p> <p>So I <a href="http://stackoverflow.com/questions/1867064/grails-and-local-maven-dependencies">finally</a> got my dependencies working with Grails. Now, how can my IDE, eg IntelliJ or Eclipse, <strong>take advantage</strong> of it? Or do I really have to manually manage what classes my IDE knows about at <em>"development time"</em>?</p> <p>If the <code>BuildConfig.groovy</code> script is setup right (<a href="http://stackoverflow.com/questions/1867064/grails-and-local-maven-dependencies">see here</a>), you will be able to code away with vi or your favorite editor without any troubles, then run <code>grails compile</code> which will resolve and download the dependencies into the <a href="http://stackoverflow.com/questions/1867838/clearing-grails-dependency-cache/1867959#1867959">Ivy cache</a> and <strong>off you go</strong>... </p> <p>If, however, you are using an IDE like Eclipse or IntelliJ, you will need the dependencies at hand <em>while coding</em>. Obviously - as these animals will need them for the "real time" error detection/compilation process.</p> <p>Now, while it is <strong>certainly possible</strong> to code with all the classes shining up in bright red all over the place that are unknown to your IDE, it is certainly <strong>not much fun</strong>...</p> <p>The Maven support or whatever it is officially called lives happily with the pom file, no extra "jar directory" pointers needed, at least in IntelliJ. <strong>I would like to be able to do the same with Grails dependencies</strong>. </p> <p>Currently I am defining them in the <code>BuildConfig.groovy</code> and additionally I copy/paste the current jars around on my local disk and let the IDE point to it. </p> <p>Not very satisfactory, as I am working in a highly volatile project module environment with respect to code change. And this situation ports me directly into <strong>"jar hell"</strong>, as my "develop- and build-dependencies" easily get out of sync and I have to manage manually, that is, with my brain...</p> <p>And <strong>my brain should be busy with other stuff</strong>...</p> <p>Thanks! Raoul</p> <p>P.S: I'm currently using Grails 1.2M4 and IntelliJ 92.105. But <strong>feel free to add answers on future versions of Grails and different, future IDEs, as the come in</strong>...</p> http://stackoverflow.com/questions/89275/best-c-ide-or-editor-for-windows 7 Best C++ IDE or Editor for Windows GavinR 2008-09-18T01:46:47Z 2009-12-08T18:41:27Z <p>What is the best C++ IDE or editor for using on Windows? I use Notepad++, but am missing IntelliSense from Visual Studio.</p> http://stackoverflow.com/questions/84799/what-is-the-single-best-free-eclipse-plugin-for-a-java-developer 13 What is the single best free Eclipse plugin for a Java developer Bill Michell 2008-09-17T15:58:44Z 2009-12-08T17:00:14Z <p>Some Eclipse plugins are mandated by your environment. The appropriate source code management plugin, for example - and I'm not interested in those.</p> <p>Some provide useful enhancements, but in a specific niche. I'm not interested in those.</p> <p>Some are great, but cost money. I'm not interested in those.</p> <p>Some were really useful on older versions of Eclipse, but are now part of the core build of the latest Eclipse version (3.4 as I write this). I'm not interested in those.</p> <p>I want advice on which plugins every Java SE developer should be installing, one per answer please.</p> http://stackoverflow.com/questions/1866764/j2me-awt-development 0 j2me AWT development jiamao-liu 2009-12-08T12:49:29Z 2009-12-08T15:07:23Z <p>Dear all,</p> <p>I plan to development an embedded application with AWT GUI.</p> <p>How to setup the IDE based on Eclipse? So that the developed applications can run on CDC FP1.0/FP1.1?</p> http://stackoverflow.com/questions/814621/is-there-any-good-ide-or-wysiwyg-editor-for-graphviz 4 Is there any good IDE or WYSIWYG editor for graphviz? Thanks 2009-05-02T10:40:06Z 2009-12-08T14:47:27Z <p>Actually I had downloaded an GUI for graphviz (dont remember the site), which said that they had won an Apple Design Award. But that tool really only displays an *.dot file I created. That's it. It's just called "Graphviz"... I guess that there are better tools around for using the Graphviz technology.</p> <p>I tried this one: <a href="http://www.pixelglow.com/graphviz/" rel="nofollow">link text</a></p> <p>Although they say that they won an Apple Design Award, I really can't see any special GUI there. Very poor interface.</p> http://stackoverflow.com/questions/428486/what-are-some-of-the-things-you-hate-about-your-favorite-editor-ide 6 What are some of the things you hate about your favorite editor/IDE? projecktzero 2009-01-09T15:28:46Z 2009-12-08T06:24:29Z <p>Similar to <a href="http://stackoverflow.com/questions/282329/what-are-five-things-you-hate-about-your-favorite-language">What are five things you hate about your favorite language?</a> Name some things that annoy or infuriate you about your favorite editor/IDE. No bashing other editors/IDEs. It has to be your current favorite editor/IDE.</p> http://stackoverflow.com/questions/1563749/visual-studio-copy-to-clipboard-ide-freezes 1 visual studio copy to clipboard IDE freezes benpage 2009-10-14T00:55:37Z 2009-12-08T00:00:03Z <p>this is really frustrating me. this problem occurs when I have a particularly large .cs file (one i'm working on at the moment has 6000 lines and many anonymous types).</p> <p>I will copy a line or a part of text, and sometimes after copying several things to the clipboard, or sometimes even after the first copy, vs CPU usage shoots up to 50% and the IDE freezes for anything up to a minute, maybe longer. pasting happens immediately, no freezing.</p> <p>if i end the devenv.exe task and restart it, usually the copying is good again for a couple of times until it starts freezing again.</p> <p>i have a feeling the problem <em>could</em> be tied to intellisense trying to recalculate itself.. but why this happens when code is copied doesn't really make sense to me. </p> <p>one thing i have found that if i copy text via the "select and drag &amp; ctrl with the mouse" method, i avoid the problem. that is what led me to believe it may be something to do with the clipboard ring, or writing to the clipboard.</p> <p>i have already tried:</p> <ul> <li>SP1 installed</li> <li>disabled antivirus</li> <li>disabled intellisense by renaming feacp.dll (this doesn't seem to disable it at all)</li> <li>disabled intellisense by unticking texteditor/c#/intellisense checkboxes (also doesn't seem to disable it at all)</li> <li>disabled intellisense by unticking auto list members &amp; parameter information (does seem to disable it)</li> <li>ran a macro to remove all items from the clipboard ring - it removed them but the problem remained.</li> </ul> <p>i must stress this only seems to happen as the code files get large, which is also usually due to having many anonymous types in the code.</p> <p>i'm using Win7 x64 with 3gb RAM, however i had this problem on vista x64 too.</p> <p>also, and i mean this in the nicest possible way, please don't take the refactoring approach. i do a lot of database work with large data sets so the anonymous types need to be there. it's my opinion that no matter how someone writes their code, this functionality of VS should work properly without freezing the IDE.</p> http://stackoverflow.com/questions/1514779/how-to-display-current-function-in-eclipse 0 How to Display Current Function in Eclipse Dan 2009-10-03T20:37:17Z 2009-12-07T18:43:45Z <p>I miss a certain functionality in Eclipse. I would like to know the name of the current function the cursor is currently inside. This is useful when browsing unknown code using the search function, for example.</p> <p>Any idea how to show it? Maybe a plugin?</p> http://stackoverflow.com/questions/1861697/managing-different-windows-in-apples-interface-builder 0 Managing different windows in Apple's Interface Builder tilish 2009-12-07T17:51:35Z 2009-12-07T17:51:35Z <p>I'm working on Interface Builder. I don't like the fact that I have to manage multiple windows. For example if I open two xib files I can easily have six different windows scattered across my window. One problem is bringing these windows together to make a sensible arrangement. Another problem is Interface Builder doesn't remember this arrangement if I close it reopen it again. Does Interface Builder have an all-in-one view? How do you deal with this?</p> http://stackoverflow.com/questions/1745515/what-ide-lets-me-view-diffs-as-highlighting-on-my-code 2 What IDE lets me view diffs as highlighting on my code? talkaboutquality 2009-11-16T23:19:26Z 2009-12-07T15:41:47Z <p>EDIT: Primarily, talking about code written in C.</p> <p>Someone sends me a diff to review and I know I can take the "before" code, apply the diff (patch) to get proposed "after" code, and open both, pair of files by pair of files, in a difference viewer (e.g. WinMerge, <a href="http://en.wikipedia.org/wiki/Araxis%5FMerge" rel="nofollow">Araxis Merge</a>, etc.) to review the change.</p> <p>On the other hand, if I want to stay in my preferred code browser, with syntax highlighting and right-click definitions, then I don't have the diff anymore.</p> <p>For prose reviewers, MS-Word, which is like a prose writer's IDE, allows you to point a currently-open file at another version of that file, tell it "compare", and, instead of giving you two windows, it highlights the changes on the version you've got open.</p> <p>Anyone know of an IDE that does that for code?</p> <p>EDIT: In other words, an IDE with a <em>built-in</em> diff viewer? Or which allows plug-in of an existing great standalone one?</p> <p>(I bet I could hack an IDE-based code review add-in like Jupiter for Eclipse to do it; lying to it and pretending that the patch is a set of code review comments. But I don't want to lie. I want a source code editor that already think that "compare" is an IDE function.)</p> http://stackoverflow.com/questions/55574/learning-ruby-on-rails 42 Learning Ruby on Rails Ethan Gunderson 2008-09-11T00:50:59Z 2009-12-07T15:19:05Z <p>As it stands now I'm a Java and C# developer, but the more and more I look at Ruby on Rails, the more I really want to learn it. What have you found to be the best route to learn RoR? Would it be easier to develop on Windows, or should I just run a virtual machine with linux? Is there an ide that can match the robustness of Visual Studio? Any programs to develop that give a good overhead of what to do? Any good books? Seriously, any tips/tricks/rants would be awesome.</p> http://stackoverflow.com/questions/1805586/c-ide-with-good-intellisense 1 C++ IDE with good intellisense thr 2009-11-26T20:48:54Z 2009-12-06T20:28:22Z <p>So I've been using Visual Studio 2008 for my C++ development for a while now, however the <em>insanely crappy</em> intellisense has been bugging me for ages. </p> <p>I'm looking for an alternative C++ IDE where the intellisense actually is reliable and doesn't vanish between the same variable, in the same scope, just on different lines. Any takers?</p> http://stackoverflow.com/questions/1856133/separate-code-and-comments 0 Separate code and comments Ubersoldat 2009-12-06T18:24:33Z 2009-12-06T19:03:10Z <p>I'm finding comments on code starting to get annoying. I feel that once you achieve some level of expertise, code is pretty much self documenting. But comments are still a necessity. What I would like to know if there's such a plugin or IDE with this idea of comments separated from the code. If such a thing doesn't exists, what ideas do you think would work great on a plugin for an IDE like Eclipse?</p> <p>Take this Python code for example:</p> <pre><code>def do_something(self, var): # * 541 ... </code></pre> <p>Then some XML like this:</p> <pre><code>&lt;comments&gt; &lt;comment id="541" file="x.py" line="14"&gt;This is a comment&lt;/comment&gt; &lt;comments&gt; </code></pre> <p>Thanks!</p> http://stackoverflow.com/questions/515199/what-free-web-development-ides-do-people-use 14 What (free) web development IDEs do people use? Robert Grant 2009-02-05T09:49:50Z 2009-12-06T15:49:17Z <p>I'm after a free (and Free) lightweight IDE at least on Windows, and preferably cross-platform as well, which handles:</p> <ul> <li>XHTML, CSS and Javascript (maybe even jQuery..!) syntax highlighting</li> <li>FTP deployment</li> <li>Version control integration (CVS, SVN, <a href="http://en.wikipedia.org/wiki/Git%5F%28software%29" rel="nofollow">Git</a>, whatever)</li> </ul> <p>What've people found to work?</p> <p><strong>EDIT:</strong> I've tried a few of these, and have chosen <a href="http://www.aptana.com" rel="nofollow">Aptana</a>, even though it isn't the highest-voted solution. It's quicker than Eclipse, and seems more suited to Web development (e.g. I just typed in a few FTP details and it sucked down the site onto my hard disk. Nice and easy.) I hope that it's reasonable/acceptable behaviour to accept the non-highest answer; this is my first answered question, so thanks everyone for answering!</p> <p>For posterity, the other solution I would strongly consider is <a href="http://www.eclipse.org/pdt/" rel="nofollow">Eclipse PDT</a>.</p> http://stackoverflow.com/questions/1855559/what-exactly-is-the-difference-between-the-dreamhost-ide-and-netbeans 0 What exactly is the difference between the Dreamhost IDE and Netbeans? mikemick 2009-12-06T14:41:17Z 2009-12-06T15:36:19Z <p>I just started using Netbeans about a week ago, and really like it thus far. Now I'm seeing something about Dreamhost IDE which I guess is a program that is built using the Netbeans platform. I use Dreamhost as the hosting company for many of my projects. What is the benefit of using Dreamhost IDE over Netbeans? Documentation on the software is non-existent from what I can tell (not even a mention in the Dreamhost wiki). All I was able to find was a short description of what it was on a Sourceforge download page, and I found a short silent video on YouTube demoing it. So I guess I'm asking, what features is it bringing to the table, and what is the difference between it and Netbeans?</p> <p>The description on the Sourceforge page is as follows (typos retained)...</p> <blockquote> <p>DreamHost IDE is php and ruby integrated development environment built on NetBeans IDE and provides easy deploy of your applications to the DreamHost services. Also provides you an easy eay hew to setup these services.</p> </blockquote> <p>Maybe the answer is in the description, and I just don't comprehend it?</p> http://stackoverflow.com/questions/1837657/recommend-linux-java-books-resources-for-net-developer 1 Recommend Linux + Java books, resources for .NET developer Dmitriy Nagirnyak 2009-12-03T04:33:05Z 2009-12-06T14:41:41Z <p>Hi,</p> <p>I want to learn Java and Linux.</p> <p>Java itself (as a language) is not a big deal for me as I know pretty well .NET and C# (so the paradigm is similar). </p> <p>The biggest issue for me would probably be doing Java on Linux platform (I have never used Linux before). I think Ubuntu should be good for me (a friend of mine recommended it). </p> <p>So I would like to get some books and/or some RSS feeds that would mix Linux/Java and help me to switch from Windows to Linux.</p> <p>Those resources should probably:</p> <ul> <li>Teach me the basics of Linux (not only how to use mouse, but most important commands, shell scripts etc).</li> <li>Provide information about using the tooling (especially IDE, shortcuts, tricks etc). <strong>Note</strong> is that I don't need info about the basics of the language, OOP/D, TDD etc as I am already proficient in that but on the .NET/Windows platform. </li> <li>Describe Hosting and deployment of Java apps on Linux (and/or maybe Windows).</li> <li><em>and anything else you guys think I would need</em>.</li> </ul> <p>Thanks a lot in advance!<br> Dmitriy.</p> <p><hr></p> <p><strong>UPDATE:</strong> To summarise the answers just want to put the recommended resources in one place:</p> <p><strong>Books:</strong></p> <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/0131857487" rel="nofollow">Linux for Programmers and Users</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0132198576" rel="nofollow">Linux Programmer's Toolbox</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0596527934" rel="nofollow">Java Power Tools</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0071545883" rel="nofollow">Linux Administration, A Beginner's Guide</a></li> </ul> <p><strong>Links:</strong></p> <ul> <li><a href="http://linux.die.net/man/" rel="nofollow">Linux man pages</a></li> </ul> <p><strong>Tools:</strong></p> <ul> <li><a href="http://www.virtualbox.org/" rel="nofollow">VirtualBox</a> (free, at least for personal use, virtual machine from Sun)</li> <li><a href="http://www.jetbrains.com/idea/" rel="nofollow">IntelliJ</a> (supposed to be better than Eclipse and NetBeans)</li> <li>Learn Eclipse IDE <a href="http://www.mousefeed.com/" rel="nofollow">quicker</a></li> <li>Build: Ant, Malvern</li> <li>Continuous Integration: <a href="http://hudson-ci.org/" rel="nofollow">Hudson</a>, <a href="http://continuum.apache.org/" rel="nofollow">Contumnuum</a></li> <li>static code analysis - <a href="http://checkstyle.sourceforge.net/" rel="nofollow">Checkstyle</a></li> </ul> http://stackoverflow.com/questions/8440/visual-studio-optimizations 195 Visual Studio Optimizations lomaxx 2008-08-12T03:53:53Z 2009-12-06T09:35:10Z <p>Visual studio is a pretty awesome IDE, but sometimes you just wish it would go faster. I was wondering if people have any tips or tricks to help speed up visual studio in day to day use.</p> <p>Things that I'm particularly interested in are speeding up build times and switching aspx files from source to design view seem to bring it to a grinding halt.</p> <p>Having said that, I'd be keen to hear anything that anyone uses to make VS run that little bit faster.</p> <p><hr /></p> <p>Edit: Merged answers from related question, covering VS2008SP1. Please include any optimisations specific to the latest IDE.</p> http://stackoverflow.com/questions/118935/know-of-an-ocaml-ide 7 Know of an OCAML IDE? Dustin 2008-09-23T03:24:59Z 2009-12-06T00:03:10Z <p>Know of an OCAML/CAML IDE? Especially one that runs on Linux?</p>