About Store Forum Documentation Contact



Post Reply 
XCode integration.
Author Message
KevinGruber Offline
Member

Post: #1
XCode integration.
Hey Esenthel,

how can i make Xcode to suggest me possibles, what to programm next.

like in VS, when you write ctrl.actor. (Ctrl+Space) then it gives you a list with possible methods and variables and so on...

Thx
Kevin Gruber
11-22-2010 05:52 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: XCode integration.
I think there was some kind of shortcut, maybe Esc? you can try looking in xcode options, keyboard shortcuts.
11-22-2010 06:01 PM
Find all posts by this user Quote this message in a reply
KevinGruber Offline
Member

Post: #3
RE: XCode integration.
it is ESC
but it always says no completion....

and howe can i convert a Matrix3 to an Vec?
thx
11-22-2010 06:04 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: XCode integration.
then I dont know about xcode autocompletion,
Matrix3 is built from 3 vectors
11-22-2010 07:26 PM
Find all posts by this user Quote this message in a reply
Post Reply