|
Your donations keep RPGWatch running!
IDE for Linux?
May 20th, 2019, 13:00
Looking for an IDE for Linux (openSuse). Which one? Eclipse? KDevelop? Others?
I will use it for C++ development, possibly including other languages eventually.
For the record, I like Visual Sutido for Windows progrramming.
pibbur who knows that real Unix wizards program directly in machine code using cat > (https://www.levenez.com/unix/guru.html).
I will use it for C++ development, possibly including other languages eventually.
For the record, I like Visual Sutido for Windows progrramming.
pibbur who knows that real Unix wizards program directly in machine code using cat > (https://www.levenez.com/unix/guru.html).
Last edited by pibbur who; May 20th, 2019 at 13:13.
Guest
May 20th, 2019, 14:25
Personally I've always used vi; but I know others who use emacs… Not sure anything more elaborate is required in the way of an IDE
Lazy_dog
RPGWatch Donor
Original Sin 2 Donor
Original Sin 2 Donor
May 20th, 2019, 14:33
Hardly required, but I definitely prefer using an IDE.
Some years ago I used emacs, configured/extended to work as one.
pibbur who may have been spoiled by VS.
PS. I may have misunderstood what you meant. Can vi be configured/used like an IDE (integrated compilation, debugging, navigating between source files/classes and more?). DS.
Some years ago I used emacs, configured/extended to work as one.
pibbur who may have been spoiled by VS.
PS. I may have misunderstood what you meant. Can vi be configured/used like an IDE (integrated compilation, debugging, navigating between source files/classes and more?). DS.
Guest
May 20th, 2019, 17:25
May 20th, 2019, 19:10
I’ve switched to Visual Studio Code for all of my development activities. It has loads of extensions that allow intellisense, compiling and debugging from within Visual Studio Code for a wide range of programming languages.
I am aware that there are other IDEs that do the same, but I just like Visual Studio Code better, even if it is from MS
I am aware that there are other IDEs that do the same, but I just like Visual Studio Code better, even if it is from MS
--
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
May 20th, 2019, 23:42
Small joke - sorry. If you like MS visual whatever; it is available for linux (I think it is free):
https://code.visualstudio.com/docs/setup/linux
https://code.visualstudio.com/docs/setup/linux
Originally Posted by pibbur who
Hardly required, but I definitely prefer using an IDE.
Some years ago I used emacs, configured/extended to work as one.
pibbur who may have been spoiled by VS.
PS. I may have misunderstood what you meant. Can vi be configured/used like an IDE (integrated compilation, debugging, navigating between source files/classes and more?). DS.
Lazy_dog
RPGWatch Donor
Original Sin 2 Donor
Original Sin 2 Donor
May 21st, 2019, 02:59
Geany is another option for IDEs. Your distro should have packages for it and there's a good chance it's already installed.
In my experience, most UNIX/Linux programmers don't actually use IDEs, though. Beyond the old standbys like vi/vim and Emacs, Sublime Text and Atom are pretty popular editors lately among programmers.
In my experience, most UNIX/Linux programmers don't actually use IDEs, though. Beyond the old standbys like vi/vim and Emacs, Sublime Text and Atom are pretty popular editors lately among programmers.
SasqWatch
Original Sin 1 & 2 Donor
May 22nd, 2019, 00:45
Originally Posted by StingrayI'd shy away from Atom and VSCode. Both programs are bloated as hell. If you need a sane GUI, Sublime Text is the way. Fast, efficient and extendable.
Geany is another option for IDEs. Your distro should have packages for it and there's a good chance it's already installed.
In my experience, most UNIX/Linux programmers don't actually use IDEs, though. Beyond the old standbys like vi/vim and Emacs, Sublime Text and Atom are pretty popular editors lately among programmers.
May 22nd, 2019, 08:45
For C / C++ I would say that a text editor doesn't really cut it. I would say use this http://www.codeblocks.org/ , you will thank me later Pibbur
after you have tried it for a week or two.
after you have tried it for a week or two.
May 22nd, 2019, 14:53
Originally Posted by GothicGothicnessI'll check it out.
For C / C++ I would say that a text editor doesn't really cut it. I would say use this http://www.codeblocks.org/ , you will thank me later Pibburafter you have tried it for a week or two.
Guest
May 22nd, 2019, 15:37
Originally Posted by doomIf you need a text editor that would do, but as an IDE it isn't really up to the task. Comparing any text editor with an IDE, will probably make the IDE look bloated in comparison, but it also is comparing apples with pears. The question was for an IDE.
I'd shy away from Atom and VSCode. Both programs are bloated as hell. If you need a sane GUI, Sublime Text is the way. Fast, efficient and extendable.
That said I find Visual Studio Code not bloated, it is quite bare without any plugins installed.
--
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
|
|
All times are GMT +2. The time now is 10:03.
