Development on Linux

From Elite Wiki
Revision as of 10:34, 22 September 2024 by Hiran (talk | contribs) (Created page with "=Setting up the development environment= Do as you wish :-) I use vim + youcompleteme. There's no IDE on linux managing objective-c (at least not Eclipse and Intellij). Aut...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Setting up the development environment

Do as you wish :-)

I use vim + youcompleteme.

There's no IDE on linux managing objective-c (at least not Eclipse and Intellij). Auto-completion doesn't work in most of them because the xCode libraries aren't available (they're on OS X).

The only plugin for objective-c on eclipse is discontinued.

You can see the call hierarchy in the doxygen documentation at https://ooliteproject.github.io/oolite/

Some use Emacs.