Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 eclims 完成TAB?现在我设法TAB在有.with时使用let g:SuperTabDefaultCompletionType = 'context'。但我想让 eclim 随时接管整个完成。
.
let g:SuperTabDefaultCompletionType = 'context'
这应该做
let g:SuperTabDefaultCompletionType = "<c-x><c-u>"