Code format for override and @IBAction

Hello,

I know you guys are working on these things - but maybe I'm just overlooking something: currently e.g. the 'override' of a function is set to a new line when applying a code style.

Like ths

 
override
func didReceiveMemoryWarning() {
    super.didReceiveMemoryWarning()
}



Is there currently already a way to put that in one line, like this?

override func didReceiveMemoryWarning() {
    super.didReceiveMemoryWarning()
}



Same for e.g. IBAction

Best

Ray

0
1 comment

Hi Ray.

It's not implemented in AppCode yet.

Feel free to create a feature request in our tracker:
http://youtrack.jetbrains.com/issues/OC

0

Please sign in to leave a comment.