Tagged in

Completion

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

Omni Completion and JavaScript

This week I tried out Visual Studio Code (VSCode), a new editor from Microsoft that has features focused on web development. One of the cool things about it is it brings IntelliSense to JavaScript developers, and it’s cross platform as well — it supports Mac OS X, Linux, and…


Script Roundup: EntryComplete, cf5-compile.vim

EntryComplete

EntryComplete by Ingo Karkat allows you to specify buffers that will be used for line completion (triggered by CTRL-X CTRL-L in Insert mode). This means you can use a file that contains a list of…


Script Roundup: InnerFragmentComplete, vim-javacomplete_ex

InnerFragmentComplete

InnerFragmentComplete by Ingo Karkat is a plugin for expanding words based on partial matches:

CTRL-X i: Find matches for inner fragments. It…

Script Roundup: YouCompleteMe, JavaScript Libraries Syntax

Send in your Vim scripts for review through our contact form or @vimnews.

YouCompleteMe

YouCompleteMe (GitHub: Valloric / YouCompleteMe, License: GPL3) by Strahinja Val…


Script Roundup: Supertab, scriptease.vim

Send in your Vim scripts for review through our contact form or @vimnews.

Supertab

Supertab (GitHub: ervandew / supertab, License: BSD) by Eric Van Dewoestine and created by Gergely Kontra is a plugin…


Script Roundup: dragee.vim, BufNameComplete

Send in your Vim scripts for review through our contact form or @vimnews.

dragee.vim

dragee.vim by “emma-dev” is a Vim distribution that aims to improve the default settings, and make it easier to…


Script Roundup: seeks.vim, Gocode

seeks.vim

seeks.vim (GitHub: sanpii / seeks.vim) by Sanpi is an interface to the Seeks.fr search engine that can display results using a window inside Vim. It’s built using the webapi-vim project, which supports lots of interesting…


Script Roundup: vim-pipe, Query Command Complete

Send in your Vim scripts for review through our contact form or @vimnews.

vim-pipe

vim-pipe (GitHub: krisajenkins / vim-pipe) by Kris Jenkins helps improve workflow by allowing a buffer to…