mrkschan / ctags-status

Atom Editor plugin that shows the class/function/scope name of the current line on the status bar.
https://atom.io/packages/ctags-status
MIT License
6 stars 2 forks source link
atom-plugin ctags statusbar symbols

ctags-status package

Build Status Known Vulnerabilities

Show the class/function/scope name of the current line on the status bar.

A screenshot of ctags-status package

Inspired by VIM Tag List plugin. Using Ctags to locate the start of functions / classes, and heuristic (e.g. indentation / closing curly '}') to locate the end of them.

Tested languages

Dependency

If symbols-view is installed, its vendored ctags binary will be used. Otherwise, please install exuberant-ctags manually and set the ctags binary path in your ctags-status settings.

How it works

Changelog

https://github.com/mrkschan/ctags-status/blob/master/CHANGELOG.md