My editor of choice for Objective-J Cappuccino development right now is Sublime Text 2. Unfortunately I haven't had any luck finding an Objective-J intellisense autocomplete plugin. It seems it should be doable, since Objective-J does have (optional/pluggable) types. So I think a plugin could definitely parse the code to find the expected type of the object you're trying to autocomplete on, and then look up its method list. Does anyone know of any other editors that support intellisense for Objective-J?
Asked
Active
Viewed 466 times
2 Answers
1
They is only one intellisense plugin for vim available. You can find a little example video on youtube : http://www.youtube.com/watch?v=lJrOcHxq6vc

mafis
- 1,165
- 9
- 17
0
For Sublime Text 2 you can try https://github.com/aparajita/Cappuccino-Sublime, although it is not that "intelli" as vim plugin.
After installing you should be able to get autocompletion using Ctrl+Space
.

Valerii Hiora
- 1,542
- 13
- 8