MissingInActions
MissingInActions copied to clipboard
Adds new editing capability to JetBrains IDEs like auto-line selections, multi-caret manipulation and move to next/previous end of word.
> For a couple of days I've been observing a weird issue with IdeaVim. On selecting multiple lines in visual mode and yanking them, e.g., `Vjy` the " register is...
I'm aware of all the camelhumps modes in IntelliJ where they treat camelcase and snakecase as different words, but hyphen words are always treated as different words and there's currently...
does the plugin support such feature? to move caret to next space character what does "move caret to next customized" mean, I couldn't understand, can I make some customized rule...
Let's say I have just duplicated this line so I now have this ``` public int { get; set } public int { get; set } public int { get;...
With soft wraps mode restoring the column using LogicalPosition makes the caret freeze on one line. Disabling restoring column is a quick fix. Using VisualPosition when soft wraps are enabled...