zk-phi/git-complete

Omni-completion like `vim-auto-programming` does

Closed this issue · 4 comments

As a fallback for the linewise completion

addEventListener(HogehogeConstants.[C-c C-c])
addEventListener(HogehogeConstants.[CHANGE])
                                   [ERROR ]
                                   [...   ]

(not just fallback but) allow user to interactively invoke also seems useful

delimited completion (inside the paren) seems useful

(partially) implemented

delimited completion is not implemented yet