XVim2
XVim2 copied to clipboard
Feature request: Could . fill in what you picked from Xcode autocompletion?
It could be really powerful if the . command actually takes the input from what you picked in Xcode autocompetion.
For example:
i write
tablevieco
Auto complete suggests UITableViewController
i press enter and the written tablevieco turns into UITableViewController
if i want to use . somewhere in the code to replace something with UITableViewController , it just inserts
tablevieco and newline, which makes it totaly disruptive and worthless.