All Projects → mrkschan → Ctags Status

mrkschan / Ctags Status

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

Programming Languages

coffeescript
4710 projects
symbols
36 projects

Projects that are alternatives of or similar to Ctags Status

Android Loginsmooth Master
android sign in page with smooth animation by observer the status of softkeyboard
Stars: ✭ 284 (+4633.33%)
Mutual labels:  statusbar
Codequery
A code-understanding, code-browsing or code-search tool. This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go and Javascript source code. It builds upon the databases of cscope and ctags, and provides a nice GUI tool.
Stars: ✭ 551 (+9083.33%)
Mutual labels:  ctags
Yubiswitch
OSX status bar application to enable/disable Yubikey Nano
Stars: ✭ 653 (+10783.33%)
Mutual labels:  statusbar
Eyes
Android修改状态栏颜色
Stars: ✭ 291 (+4750%)
Mutual labels:  statusbar
Ctags
A maintained ctags implementation
Stars: ✭ 4,768 (+79366.67%)
Mutual labels:  ctags
Phpcomplete.vim
Improved PHP omnicompletion
Stars: ✭ 582 (+9600%)
Mutual labels:  ctags
Polybar Themes
A huge collection of polybar themes with different styles, colors and variants.
Stars: ✭ 3,687 (+61350%)
Mutual labels:  statusbar
Gotags
ctags-compatible tag generator for Go
Stars: ✭ 789 (+13050%)
Mutual labels:  ctags
Dozer
Hide menu bar icons on macOS
Stars: ✭ 5,655 (+94150%)
Mutual labels:  statusbar
Yabar
A modern and lightweight status bar for X window managers.
Stars: ✭ 646 (+10666.67%)
Mutual labels:  statusbar
Mtmr
🌟 [My TouchBar My rules]. The Touch Bar Customisation App for your MacBook Pro
Stars: ✭ 3,547 (+59016.67%)
Mutual labels:  statusbar
Uiwidget
一个集成TabLayout、UIAlertDialog、UIActionSheetDialog、UIProgressDialog、TitleBarView(自带沉浸式标题栏)、CollapsingTitleBarLayout、RadiusView(圆角及状态背景设置View解放shape文件)、KeyboardHelper(软键盘控制及遮挡控制类)、StatusViewHelper(状态栏沉浸帮助类)、NavigationViewHelper(导航栏沉浸式帮助类)、AlphaViewHelper(View透明度控制帮助类) 等项目常用UI库
Stars: ✭ 400 (+6566.67%)
Mutual labels:  statusbar
Eul
🖥️ macOS status monitoring app written in SwiftUI.
Stars: ✭ 6,707 (+111683.33%)
Mutual labels:  statusbar
Gen tags.vim
Async plugin for vim and neovim to ease the use of ctags/gtags
Stars: ✭ 288 (+4700%)
Mutual labels:  ctags
Ultimatebar
[停止维护]Transparent statusbar and navigationbar
Stars: ✭ 655 (+10816.67%)
Mutual labels:  statusbar
Progressstatusbar
Another way to show progress. A progress View over the system StatusBar.
Stars: ✭ 283 (+4616.67%)
Mutual labels:  statusbar
Wrnavigationbar swift
WRNavigationBar which allows you to change NavigationBar's appearance dynamically
Stars: ✭ 576 (+9500%)
Mutual labels:  statusbar
Jmcs
Java framework to homogenize your GUI across all the 3 main desktop OS, and further integrates your app to them.
Stars: ✭ 5 (-16.67%)
Mutual labels:  statusbar
Ypnavigationbartransition
A Full functional UINavigationBar framework for making bar transition more natural! You don't need to call any UINavigationBar api, implementing YPNavigationBarConfigureStyle protocol for your view controller instead. (类似微信 iOS Navigation Bar 的切换方案)
Stars: ✭ 725 (+11983.33%)
Mutual labels:  statusbar
Androidnavigation
A library managing navigation, nested Fragment, StatusBar, Toolbar for Android
Stars: ✭ 636 (+10500%)
Mutual labels:  statusbar

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].