Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
/ ctags-status Public archive

Atom Editor plugin that shows the class/function/scope name of the current line on the status bar.

License

Notifications You must be signed in to change notification settings

mrkschan/ctags-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • C / C++
  • Coffeescript
  • CSS / LESS / SCSS / SASS
  • Go
  • Java
  • Javascript
  • HTML / XML
  • PHP
  • Perl
  • Python
  • Ruby

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

About

Atom Editor plugin that shows the class/function/scope name of the current line on the status bar.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published