Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Never XCode and always IntelliJ, XCode, NetBeans ...etc. pretty much anything other than XCode ....
-
@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 :) -
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... -
I just noticed my first comment had "XCode" in the always part lol, I think I need a rest ...
Can someone help me please? Whats the best Java IDE for MacOS😀
undefined