XCode could be better
I used xcode for a course around half a year ago, and I forgot to write down my complaints, so here they are.
Enjoy.
- Not having different keybind layouts by default like vscode, atom, intellij, etc
- Where is the code formatter
- Ctrl + x only cuts if you select the line
- There is no intuitive way to close a pane
- Test coverage is in the log tab, and not the test tab
- Is the current file/project in spaces or tabs? I can't tell
- Coverage doesn't tell you what part of the line you didn't cover, it just tells you the entire line isn't covered
- I can't change the size of the UI
- Creating a folder is called "create group"
- Can't switch tabs with
ctrl + tab
orctrl + shift + tab
- Won't tell you when a variable isn't being used, but will tell you if it's not modified