0
JoJo
7y

Can someone help me please? Whats the best Java IDE for MacOS😀

Comments
  • 0
    Never XCode and always IntelliJ, XCode, NetBeans ...etc. pretty much anything other than XCode ....
  • 2
    @gitpush cm'on, even xcode is SLIGHTLY better than Eclipse
  • 0
    @CptFox
    1. Crashes when typing . (yes a dot!)
    2. Crashes if your app crashes when debugging
    3. Crashes when asking it to print desc of an object
    4. No refactoring (until v9 which is beta)
    5. Put the cursor over a var in the params of a function or if a class var and it doesn't display a popup with its value. You either need to put cursor over the usage of that function var or expand the "self" item in the list in that output console
    6. Open a storyboard and it takes ages to load it even if you had indexing and auto refresh turned OFF
    7. never for once I was able to run an app from the first time and get it to attach debugger with success, I always have to hit the run button twice so that debugger is attached on the second time
    8. if you have a typo in your code sometimes their "intellisence" crashes and code is all white colored
    9. If you have a type in your code auto complete popup doesn't show up until you fix the damn typo!
    10. no tabs support
    can't write more than 1000 chars :)
  • 5
    Q: What is the best <insert popular language here> IDE for <insert popular OS here>
    A:Probably one of these : https://jetbrains.com/products.html...
  • 2
    I just noticed my first comment had "XCode" in the always part lol, I think I need a rest ...
  • 1
    @gitpush ;)

    ~$ git rest
  • 0
    @CtrlAltElite I did not see that coming lol
  • 0
    Go IntelliJ
Add Comment