ide

ReSharper sluggishness

馋奶兔 提交于 2019-12-03 04:15:06
I like ReSharper, but it is a total memory hog. It can quickly swell up and consume a half-gig of RAM without too much effort and bog down the IDE. Does anybody know of any way to configure it to be not as slow? Turn off the on-the-fly compilation (which, unfortunately, is one of its best features) Not sure how big your solutions are, but I stopped using 4.5 for the same reasons I stopped using all previous versions, memory usage. Code analysis and unit test support was the main reason I bought it, turning it off means the rationale for using it is gone. Workstation has 4GB of memory, and I

Visual Studio 2013 Update 2 - C# navigation bar drop down menus not working

无人久伴 提交于 2019-12-03 04:14:03
In Visual Studio 2013 Update 2, my C# navigation bar isn't working when docked in the main VS window. The drop down menus don't open. I can scroll using the arrow keys when the menus have focus but can't navigate by typing a letter. When it isn't docked in the main VS window the menus work fine. I've uninstalled all extensions. Can anyone suggest a solution? I have the same problem in that the dropdowns do not drop down. However, I only get this when VS is running on my second screen. If I run on my main screen, the dropdowns work fine. Are you using a dual screen system? If so, maybe drag VS

What's a good Prolog IDE for Linux? [closed]

北慕城南 提交于 2019-12-03 04:12:22
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. I need to write some Prolog programs for a class. Any recommendations? Prolog mode for (X)Emacs. See http://bruda.ca/emacs-prolog/ As mentioned you can use SWI-Prolog. If you like Eclipse there is an Eclipse plug-in that integrates SWI-Prolog into Eclipse.

Which editor/IDE should I use for Python? [duplicate]

白昼怎懂夜的黑 提交于 2019-12-03 04:06:34
This question already has an answer here : What IDE to use for Python? [closed] (1 answer) Possible Duplicate: What IDE to use for Python I have Notepad++ and NetBeans 6.8, however I don't know if they work. I know you can edit Python with Notepad++ and compile/run it using the command line thing, but I'm not really sure how. I know NetBeans is a full-featured IDE and you can compile Java programs, but I don't think they support Python? Any ideas? Eclipse with PyDev has been a great combination for me. Great editing experience and more importantly a good debugger. Pylint is supported as well,

Can I use a RAM disk to speed up my IDE?

女生的网名这么多〃 提交于 2019-12-03 04:03:22
Duplicate: RAMDrive for compiling - is there such a thing? I have an idea how to speed up my IDE. I want to create a RAM disk and move my solution onto this virtual disk. I think that this can speed up the IDE because RAM is much faster than a HDD. Has anyone done this before? PS: I think, when I have some documents in my program(real world) which are used frequently(for example some document templates) it could be good idea to move these documents onto a RAM disk as well to speed up I/O. Am I wrong? If power is a problem, a UPS could solve it. I just read a post on this very subject: http:/

Folders missing in project pane in Webstorm

岁酱吖の 提交于 2019-12-03 04:02:28
问题 I've built a project in WebStorm and then submitted the project to GitHub. When I rebooted the computer and relaunched WebStorm (and the project), all I can see in the project pane is the root files, and none of the folders (yes the folders are there) See the image below for reference. Does anyone know how I can get those folders to re-appear in the project pane of Webstorm? 回答1: It can be caused by the corrupted .idea/modules.xml project file. You can either try to fix it manually (restore

Intel C++ compiler as an alternative to Microsoft's?

会有一股神秘感。 提交于 2019-12-03 03:38:13
问题 Is anyone here using the Intel C++ compiler instead of Microsoft's Visual c++ compiler? I would be very interested to hear your experience about integration, performance and build times. 回答1: The Intel compiler is one of the most advanced C++ compiler available, it has a number of advantages over for instance the Microsoft Visual C++ compiler, and one major drawback. The advantages include: Very good SIMD support, as far as I've been able to find out, it is the compiler that has the best

Change menu and window theme in IntelliJ

三世轮回 提交于 2019-12-03 03:31:11
I'm using the Darcula theme in Intelli IDEAJ because it is easier on the eyes, but it seems to only affect the editor. It really doesn't do much for me, since everything else (menus, etc.) are unaffected and contrast harshly. Is there a way for me to change these as well? I believe I saw someone do this once, but I may have been mistaken and looking at another IDE. vikingsteve Quickest way: View menu -> Quick Switch Scheme -> 5. Switch Look and Feel -> Darcula You need to also change Appearance theme in Preferences. (It's confusing that changing the theme doesn't actually change the theme in

How can I collapse all #regions and methods in c#?

瘦欲@ 提交于 2019-12-03 03:31:06
问题 it is very annoying to collapse all one by one... 回答1: Like Steve said, CTRL + M plus CTRL + L for collapsing all regions recursively . This one is a toggle, meaning you can do it again to re-open them. Do CTRL + M plus CTRL + O to collapse all regions non-recursively. Source: http://weblogs.asp.net/mrdave/archive/2004/09/17/230732.aspx 回答2: Quickest way will be to collapse to definitions via Ctrl + M , Ctrl + O . That will collapse all code down to the signature lines. 回答3: Collapsing and

Aptana Studio vs. Eclipse [closed]

谁说我不能喝 提交于 2019-12-03 03:27:52
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I am a beginner. I am using Aptana Studio for PHP. Today, I also downloaded Eclipse. I notice most of the features and workings are