Tagged in

Ctags

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…


Vim 101: Fancy Tags

Two weeks ago I wrote a Vim 101 on tags, which introduced the basics for working with Vim’s tag navigation tools. Something that I hinted at was using tags to help visualise a project’s structure. Although Vim’s raw editing operations are incredibly powerful, some of us need help in trying to…


Vim 101: Preview Window

Continuing on from last week’s Vim 101 on tags, another useful element to a tag-based workflow is the preview window (:help preview-window). There's only ever one preview window per tab page, and it can be used to display tag definitions without interruption.


Script Roundup: Ozzy.vim, autotags

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

Ozzy.vim

Ozzy.vim (License: MIT) by Giacomo Comitti allows files to be opened quickly and easily. An algorithm is used to determine which…