An open API service indexing awesome lists of open source software.

https://github.com/kupospelov/vis-ctags

A vis plugin to provide basic ctags support
https://github.com/kupospelov/vis-ctags

ctags vis vis-ctags vis-editor vis-plugin

Last synced: 4 months ago
JSON representation

A vis plugin to provide basic ctags support

Awesome Lists containing this project

README

          

# vis-ctags

Basic ctags support for the [vis editor](https://github.com/martanne/vis).

## Usage

The plugin should first of all be
[enabled](https://github.com/martanne/vis/wiki/Plugins).

| Action | Shortcut | Command | Exports |
| ---------------- | ---------- | ---------------- | ------------------ |
| Jump to tag | `Ctrl+]` | `tag ` | `actions.tag` |
| List tag matches | `g+Ctrl+]` | `tselect ` | `actions.tselect` |
| Jump back | `Ctrl+T` | `pop` | `actions.pop` |

There may be some generic or language-specific issues. If you find
one, or you have an idea of how to improve something, feel free to
send a patch or create a pull request.