Questions tagged [ide]

An Integrated Development Environment (IDE) is a software application that combines comprehensive facilities for software development into a single graphical user interface (GUI). Use this tag for questions about IDEs in Ubuntu. DO NOT use this tag for questions about IDE drives or for questions about programming.

An Integrated Development Environment (IDE) (also known as integrated design environment, integrated debugging environment or interactive development environment) is a software application that provides comprehensive facilities to computer programmers for software development under a single graphical user interface (GUI).

An IDE normally consists of:

  • a source code editor
  • a compiler and/or an interpreter
  • build automation tools
  • a debugger

Popular IDEs include among others:

258 questions
24
votes
9 answers

How to install the Code::Blocks IDE?

I am using 64-bit Ubuntu and I want to install the Code::Blocks IDE. Is there any repository?
Namshum
  • 1,765
23
votes
3 answers

How can I wrap text/comments in Visual Studio Code?

What is the keyboard shortcut/menu path to wrap text, comments, etc. in Microsoft's Visual Studio Code? I couldn't locate it in User Preferences. Here's the screenshot which has a lot of comments that I'd like to wrap: I know Sublime Text 2 has…
7
votes
2 answers

How can I easily use the gcc compiler for arm for building in a development IDE?

I would like to replace the non-open lpcxpresso IDE with a free IDE. Any pointers how to do it best? How can I point one of the existing IDEs to use the arm gcc compiler?
txwikinger
  • 28,462
4
votes
0 answers

.Net and Visual Studio in Ubuntu?

Possible Duplicate: Visual Studio style tool? I want to run .Net in my Ubuntu, is there is way for this and as all know that .Net is famous for its IDE(Visual Studio), is that possible or there are other IDE for the replacement of Visual Studio…
Ant's
  • 3,890
1
vote
0 answers

Ios Simulator for ubuntu

I want to develop Ios React native app on Ubuntu but not able to find Simulator to run and test my app Is there is any way to install Xcode or any other tool to run Ios app via Simulator like android studio used for android.
1
vote
2 answers

How to remove WebStorm?

I downloaded JetBrains WebStorm and now I want to unistall it because I don't need it anymore. I installed it by starting webstorm.sh in terminal. But now I don't know how to remove it? Can anyone help me to do this?
1
vote
1 answer

Complete Removal of Webstorm from Ubuntu

I installed Webstorm and something went wrong so I removed the installation folder and every thing using the advice from here. A run of whereis turns up nothing, but when I try to install a fresh Webstorm it simply launches the formerly installed…
George Udosen
  • 36,677
1
vote
1 answer

Problem installing phpstorm 7 in ubuntu 14.04

I have been struggling with installing Phpstorm in Ubuntu 14.04 since I am new to Ubuntu. I have put Phpstorm in my home directory. Here is the code I use after that to activate the software. cd /path/Phpstorm/bin chmod +x…
1
vote
0 answers

How to change the theme and the surroanding area color in Code::Block in Ubuntu 18.04?

My default color in CB can hurt my eyes when I code for a long time. So I want to change it into dark color like that.
1
vote
0 answers

Sublime for Julia setting path of ZMQ

I wanted to use a fast IDE (Juno slows down the entire computer) for Julia (new programming language not a person), so I found on github this installation guide: https://github.com/quinnj/Sublime-IJulia I am using a Bionic Ubuntu and Sublime version…
maxsieg
  • 129
0
votes
2 answers

Is Qt only for cpp coding

I am a newbie to the coding world and a friend recommend Qt creater for me since I told him I wanted to code in cpp but I want to know if it is possible to use Qt to code in java or anything else and how do you go about it if it is possible
xxdkxx
  • 1
  • 1
0
votes
1 answer

BlueJ is not working

I'm new to Ubuntu. I had installed JDK 7 but still BlueJ is not working. I need help as I need BlueJ for my school activities and Java programming.
0
votes
1 answer

Gedit3 plugins for ipython, htmltidy, zencoding?

I'm still not happy with any of my HTML and Python editing options on Ubuntu. It looks like there are a few different python and iPython plugins for gedit but most seem to be for gedit2. Same with Zen Coding and HTML Tidy. Are there good HTML and…
Amanda
  • 9,333
0
votes
1 answer

Multiple problems with C++ IDEs. Netbeans not working. Codeblocks Indenting not working

Probably going to be deleted but I can't post 3 questions for this... Netbeans not working: Ok, so I don't know what is happening, but I can't use NetBeans at all. Anything I would do, the program says RUN FINISHED and I won't work... I can't…
SKREFI
  • 1