This Question is Not Answered

1 "correct" answer available (4 pts) 1 "helpful" answer available (2 pts)
2 Replies Last post: Feb 9, 2013 3:24 AM by Russell Bevers  
Russell Bevers Newbie 2 posts since
Jan 26, 2013
Currently Being Moderated

Feb 8, 2013 2:12 AM

How do I stay in edit/typing mode (w/IdeaVim) and type an end bracket w/o getting another set of brackets?

I'm using AppCode 1.6.4 with the IdeaVim plugin.  It feels mostly nicer than Xcode except for typing end brackets.  If I begin typing a message send like this (^ shows the caret position).

 

[NSFileHandle fileHandleForReadingAtPath:filePath^]

 

the moment I type end bracket ']' instead of the caret hopping to the right-side of the bracket, the app inserts a new set of brackets around my argument like this:

 

[NSFileHandle fileHandleForReadingAtPath:[filePath ^]]

 

How do I get the caret to the other side of the end bracket without leaving edit/typing mode in Vim?

 

-Russell

Anton Makeev JetBrains 1,083 posts since
Dec 19, 2006

Russell,

unfortunatelly, it is not possible to disable bracke auto-inserting at the moment; and frankly speaking we haven't considered interaction with Vim.

Here is a corresponding request:OC-4038, please leave a comment about your case.

More Like This

  • Retrieving data ...