1

I'm using AppCode for Objective-C development. It seems like one of the recent updates has changed the behavior of how indents work after a comment.

Now, when I add a comment and then hit return to enter code on the next line I get this:

enter image description here

Hitting return again will keep the same level of indent, and hitting delete just returns the cursor to the comment line.

What I want is:

// Comment
self.theCodeStartsHere;

which I thought used to be the default.

I have also noticed that when I try to break a statement into multiple lines they no longer line up on the colons. I'm not sure if it's related, but the behavior seemed to start around the same time.

Any help would be appreciated!

Stoph
  • 693
  • 1
  • 5
  • 20

1 Answers1

1

After posting on YouTrack, this issue seems to be fixed in AppCode 2018.2 EAP.

EDIT: YouTrack Issue Link.

Stoph
  • 693
  • 1
  • 5
  • 20
  • Why not post the issue link here so people can go look? – Geoffrey Wiseman May 18 '18 at 15:16
  • 1
    @GeoffreyWiseman, updated with the issue link. There's not much there, but people can take a look. At the time that I posted my question yesterday I was unaware that a new EAP version had been released. – Stoph May 18 '18 at 15:21