[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

What should I use, /g/?

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 46
Thread images: 7

File: eclipse_vs_idea_eng.jpg (4KB, 438x118px) Image search: [Google]
eclipse_vs_idea_eng.jpg
4KB, 438x118px
What should I use, /g/?
>>
>>60325085
Vim.
>>
netbeans
>>
>>60325165
Nice meme
>>
Atom
>>
>>60325101
This
If you insist on using an IDE though I personally prefer Intellij
>>
xcode
>>
IntelliJ if your employer covers the license costs, otherwise NetBeans.

Nobody except for CS courses and IBM employees still uses Eclipse.
>>
>>60325085
sublime text master race
>>
>>60325577
Personally I use vim for everything but java, but then again I also hate java.
>>
File: file.png (324KB, 480x451px) Image search: [Google]
file.png
324KB, 480x451px
>>60325681
>>
>>60325085
Netbeans
>>
>>60325802
frfr
>>
>>60325085
VS 2017
>>
>>60325694
yeah sick nobody asked
>>
File: 20160517140306.png (191KB, 545x302px) Image search: [Google]
20160517140306.png
191KB, 545x302px
>>60325085

Depends on programming language you're using...

Vim > Emacs > microEmacs > PellesC > Watcom C/C++ > NetBeans > XCode > Gnome Builder > Mono Develop > Visual Studio > Eclipse > JetBrains stuff (like IntelliJ/CLion/PhpStorm/etc.) > Code::Blocks > KDevelop > Anjuta > Geany... and the rest don't even qualify since any text-editor is a sufficient as an IDE in right hands.
>>
>>60325894
At least you included Geany instead of Atome or VSCode. Still, you broke my heart.
>>
>>60325894
I like you anon.
>>
>>60325085
Either works. I use Eclipse and NetBeans more than IDEA because there's no way I'm paying just to fiddle around with EE/Spring.

I'm starting to see this new software model where a company releases a lite version and makes it FOSS, but then has a proprietary version behind a magic curtain with tons of features.

>>60325101
>>60325577
>>60325681
>>60325894
Java development is basically impossible with a shitty low end text editor. You will need an IDE if you want to make anything proper, and that includes CS course gimmick programs.
>>
File: f114bc20bcd7183260964e2305e0ba0b.jpg (886KB, 1600x1000px) Image search: [Google]
f114bc20bcd7183260964e2305e0ba0b.jpg
886KB, 1600x1000px
>>60325645
I should add that Eclipse is actually pretty flexible and a good platform when you start doing work in big corporations. It can be extended unlimitedly with relatively simple blocks and provides anything and everything. I've yet to see an IDE which has support for planning phase, implementation phase, and deployment phase as well supported as in Eclipse. What I feel to be its closest competitor, NetBeans, doesn't get even close.

I do acknowledge that Eclipse is absolutely horrible IDE if a lone programmer uses it or even if a small to mid size company uses it with under 100 people working for a company. However it becomes a really good idea to use Eclipse in big companies where you can have a single team consist of 250 people working to deliver one product on time and can use one and same suite for all of their needs.

Eclipse is a total feature freak in a sense that it integrates everything you might expect in making corporate software. It has proper UML support available, proper server support the time scheduling and planning of features, even a silly chat and email client and proper integration with various task trackers (including their own) and huge amount of things you can tweak and adjust. If you're doing Java in a corporate environment, Eclipse is the clear winner since it does everything in a single package.
>>
>>60325894
>XCode > ... > Visual Studio > Eclipse > JetBrains stuff

I'm too old. Is this some kind of script kiddie meme recommendation? I know for a fact that XCode is an absolutely shitty IDE lacking a number of industry standard functions and is far worse than either VS, Eclipse and especially Jetbrains IDE.
>>
>>60326006
>Java development is basically impossible with a shitty low end text editor.

Sorry, my dear, but you're wrong.

http://spacevim.org/use-vim-as-a-java-ide/
http://www.lucianofiandesio.com/vim-configuration-for-happy-java-coding
>>
>>60326359
* I guess it has a nice GUI WYSIWYG design feature though. But thats about it.
>>
>>60326366
>Considering vim a low end editor.
I don't particularly like vim, but it's definitely way above a low end editor.
>>
emacs >>60326286
>>
>>60326359
>I know for a fact that XCode is an absolutely shitty IDE lacking a number of industry standard functions

Can you name any to prove your point? When was the last time you used XCode for developing software for macOS? Have you done any iOS development? XCode has a complete GUI for DTrace. It's also extendable IDE and any features you want it to have can probably be found online or you can build them yourself.
>>
>>60326423
It sucks for Java though.
No refactoring tools without integrating fucking Eclipse into it.
>>
>>60326056
Eclipse doesn't even have proper VCS and build automation support. You need to rely on plugins that work like shit.
>>
>>60326845
>Have you done any iOS development
yes, IOS, though admittedly back in 2011 so I guess it could have gotten better. It had for example pretty much zero refactoring support back then as I remember.
>>
>>60326938
Eclipse is literally a plugin engine (OSGi). Pretty much anything in Eclipse is a plugin.
>>
>>60327092
Which is why it sucks.
It's one thing to have a plugin for some extra functionality.
But if the plugins not only have to be properly integrated into the base IDE but also have to be well integrated with other plugins, it's starting to become a nightmare.
>>
File: xcode-5-refactor-menu.png (121KB, 688x542px) Image search: [Google]
xcode-5-refactor-menu.png
121KB, 688x542px
>>60327078
lol
>>
>>60327078
Refactoring has been in XCode since 3.x... https://en.wikipedia.org/wiki/Xcode#3.x_series
>>
>>60327078
Nope, google says refactoring in XCode is still a fucking joke, even 6 years later

>One thing to keep in mind is that if the preview is empty, that is generally a display problem only. If you switch to one of the other display modes (there are 3 icons above the list list files: hierarchical, flat, files) and switch back, you should see the correct preview.

>Secondly, if not all occurrences get replaced, that would suggest your source code index is incomplete. It might be worth trying to clean the project and wait for the index to be rebuilt.

>Thirdly, I believe the ability to refactor Obj-C properties is still broken, though I haven't tried this recently.

>Fourthly, there is currently no refactoring at all in Swift, so you're not being punished for using Obj-C. You're being rewarded!

LMFAO, this is so unbelievably shit compared to what any employed enterprise developer should come to expect from his work tools. If you really tried out a Jetbrains product you would be shocked at this level inadequacy. But I guess this is to be expected from /g/ script kiddies who shitpost all day and build fizz buzz 50 LOC programs in the meme language flavor of the month.
>>
>>60327147
see
>>60327186

Thats from dec 2016 btw
https://forums.developer.apple.com/thread/69231
>>
File: CbqUl.png (23KB, 432x137px) Image search: [Google]
CbqUl.png
23KB, 432x137px
Lol, this is hillarious
>>
>>60327186
>>60327195
As if the IntelliJ doesn't have issues with broken software features as well...

http://stackoverflow.com/questions/19790973/refactor-rename-broken-in-intellij-idea
https://intellij-support.jetbrains.com/hc/en-us/community/posts/207259605-IntelliJ-refactoring-horribly-broken-and-unusable-

The claim was:

>XCode has pretty much zero refactoring support 2011

Which is not true since refactoring was added to XCode in 2009. How it works is a different matter entirely. And I agree it has some issues. But keep in mind that almost any such IDE has issues and that includes JetBrains products.
>>
>>60325085
make
>>
>>60327285
>As if the IntelliJ doesn't have issues with broken software features as well...

Post claiming refactoring broken at 0800am. Jetbrains customer service answers requesting a sample project at 0900am same day. Never heard back from OP, literally one post with this ID.

Stellar customer support, other companies should take note.
>>
>>60327320
That's something they do handle well (and better be since they're a company which develops commercial IDEs as their chief product). I've personally never had issues with their support and even receive bug reports. Unlike Apple...
._.
>>
>>60325085
I'm debugging a j2ee application right now with eclipse and the only thing holding me back is my inability to reproduce the problem because it may be fixed.
>>
>>60325085
Eclipse all the way.
>>
>>60326366
USING MY HAMMER AS A SCREWDRIVER
>>
>>60328582
...by taping a screwdriver on the hammer
aka eclim
>>
>>60325085
Eclipse is the "lightweight" free option.
IJ is the more complete paid solution. It is also slower for typing as it analyses each character you type in real time (it has nice postfix shortcuts and templates to make for it tho).
>>
>>60330796
No, that would be NetBeans.
Eclipse is slow as shit.
Thread posts: 46
Thread images: 7


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.