tagged [ide]
How to ignore a particular directory or file for tslint?
How to ignore a particular directory or file for tslint? The IDE being used is WebStorm 11.0.3, the tslint is configured and works, but, it hangs because it tries to parse large *.d.ts library files. ...
- Modified
- 3 Jan at 16:16
What are some lightweight editors for C#?
What are some lightweight editors for C#? Are there any lightweight C# IDEs/compilers? Visual Studio is great but I find it annoying to create an extra project for every single file. Isn't there somet...
Does Cloud 9 support .Net for build or deploy or debug?
Does Cloud 9 support .Net for build or deploy or debug? I really want to know is Cloud 9([https://c9.io/](https://c9.io/)) support .Net(C#)? My target is using .Net 4.0 + MVC 3.0 for my project. There...
- Modified
- 31 May at 23:6
How to change the braces/parenthesis colors in Visual Studio
How to change the braces/parenthesis colors in Visual Studio I am not talking about the highlight colors but the actual colors. I got a color scheme with light background color but the braces/parenthe...
- Modified
- 7 Jan at 12:42
How to change file encoding in NetBeans?
How to change file encoding in NetBeans? I want to change encoding of file in NetBeans IDE (ver 6.9.1), let's say from ANSII to UTF-8. How can I do that? I will be more precise. I don't want to change...
Selenium IDE - Command to wait for 5 seconds
Selenium IDE - Command to wait for 5 seconds I´m using the Selenium IDE for Firefox and searching for a wait command. My problem is that I want to test a website with a embedded external map. This ext...
- Modified
- 14 Jul at 14:36
How can I make all of the IDisposable classes colored differently in the Visual Studio IDE?
How can I make all of the IDisposable classes colored differently in the Visual Studio IDE? Title covers it all. I'd like classes which implement IDisposable to show up in a specific color so I can kn...
- Modified
- 27 Jul at 16:2
Click in OK button inside an Alert (Selenium IDE)
Click in OK button inside an Alert (Selenium IDE) I need to click the 'Ok' button inside an alert window with a [Selenium](http://seleniumhq.org/) command. I've tried `assertAlert` or `verifyAlert` bu...
- Modified
- 5 Jan at 07:46
Any good, visual HTML5 Editor or IDE?
Any good, visual HTML5 Editor or IDE? Well it looks like Dreamweaver CS5 will try to smoother the HTML5 thing for a few more years (weeks actually). Seems like the next rung down is right to Notepad! ...
- Modified
- 15 Apr at 18:53
Tips for using Vim as a Java IDE?
Tips for using Vim as a Java IDE? I'm addicted to Vim, it's now my de facto way of editing text files. Being that it's mainly a text editor and not an IDE, has anyone got tricks for me to make it easi...
Unresolved reference issue in PyCharm
Unresolved reference issue in PyCharm I have a directory structure And I can access the network module with `sys.path.insert()`. However, pycharm complains that it cannot access the module. How can ...
How do you split and unsplit a window/view in Eclipse IDE?
How do you split and unsplit a window/view in Eclipse IDE? How do you split a window/view in Eclipse IDE? I want to edit code while viewing the different code in the same file. If there is a trick to ...
Where is the visual studio HTML Designer?
Where is the visual studio HTML Designer? Where is the Visual Studio HTML Designer? I see that there are options for the HTML Designer but I can't open it. [](https://i.stack.imgur.com/KNOow.png) So I...
- Modified
- 10 Sep at 00:45
How do I autoindent in Netbeans?
How do I autoindent in Netbeans? In eclipse you can click + at any line, and it'll automatically indent the line or group of lines according to the indentation scheme you chose in the settings. I'm re...
- Modified
- 21 Jul at 08:40
SharpDevelop or Express editions
SharpDevelop or Express editions Since there is a Sharpdevelop 3.0 ( [http://www.icsharpcode.net/OpenSource/SD/Download/](http://www.icsharpcode.net/OpenSource/SD/Download/) ) can anybody tell me how ...
- Modified
- 24 Sep at 00:56
How to jump back to NERDTree from file in tab?
How to jump back to NERDTree from file in tab? I usually: 1. Choose the needed file. 2. Open it in a tab(t character, by default). But how I can jump back to NERDTree to open one more file in a tab? T...
Good IDE/compiler for simple C dll's
Good IDE/compiler for simple C dll's I'm trying to disassemble a C/C++ DLL, and have made some progress, but I would like to create my own C DLL with the same function the original exports, and compar...
- Modified
- 14 Mar at 13:12
How can i disable Cider (WPF Gui Editor) within VS2008?
How can i disable Cider (WPF Gui Editor) within VS2008? when developing wpf applications i never use the graphical editor ( aka cider). only the xaml editor. as "cider" needs quite some resources when...
- Modified
- 16 Mar at 07:23
JetBrains / IntelliJ keyboard shortcut to collapse all methods
JetBrains / IntelliJ keyboard shortcut to collapse all methods I'm working on some legacy code that has a class that is 10,000+ lines of code and has 100s of methods. Is there a shortcut for any JetBr...
- Modified
- 18 Jun at 11:6
IntelliJ IDEA way of editing multiple lines
IntelliJ IDEA way of editing multiple lines I've seen this done in TextMate and I was wondering if there's a way to do it in IDEA. Say I have the following code: What is the best way to append '+ "foo...
- Modified
- 28 Jan at 19:7
Can IntelliJ IDEA encapsulate all of the functionality of WebStorm and PHPStorm through plugins?
Can IntelliJ IDEA encapsulate all of the functionality of WebStorm and PHPStorm through plugins? I am in the market for a new IDE but am confused about the overlap between some of Jetbrains' offerings...
- Modified
- 22 Sep at 18:45
Objective-C And MetroWerks C/C++ IDE
Objective-C And MetroWerks C/C++ IDE I'm learning Objective-C and my friend have a real Macintosh IIci, that uses a Mac System 7(specifically 7.5.5 with a 68k processor) and I've installed Metrowerks ...
- Modified
- 28 Oct at 03:33
Things possible in IntelliJ that aren't possible in Eclipse?
Things possible in IntelliJ that aren't possible in Eclipse? I have heard from people who have switched either way and who swear by the one or the other. Being a huge Eclipse fan but having not had th...
- Modified
- 6 Jan at 05:17