All Projects → universal-ctags → Ctags Win32

universal-ctags / Ctags Win32

Universal Ctags Win32 daily builds

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Ctags Win32

dotfiles
Your dotfiles are how you personalize your system. These are mine.
Stars: ✭ 12 (-93.3%)
Mutual labels:  ctags
Ctags Status
Atom Editor plugin that shows the class/function/scope name of the current line on the status bar.
Stars: ✭ 6 (-96.65%)
Mutual labels:  ctags
Leaderf
An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.
Stars: ✭ 1,733 (+868.16%)
Mutual labels:  ctags
Gen tags.vim
Async plugin for vim and neovim to ease the use of ctags/gtags
Stars: ✭ 288 (+60.89%)
Mutual labels:  ctags
Phpcomplete.vim
Improved PHP omnicompletion
Stars: ✭ 582 (+225.14%)
Mutual labels:  ctags
Vim.ana
The portable Vim IDE with all the trimmings, one-click installable on any standard box.
Stars: ✭ 37 (-79.33%)
Mutual labels:  ctags
tagbar.kak
Tag viewer for Kakoune
Stars: ✭ 19 (-89.39%)
Mutual labels:  ctags
Neo Mc
A Midnight Commander fork with scripting and other features.
Stars: ✭ 129 (-27.93%)
Mutual labels:  ctags
Gotags
ctags-compatible tag generator for Go
Stars: ✭ 789 (+340.78%)
Mutual labels:  ctags
Guard Ctags Bundler
Guard gem for generating ctags for project files and gems from project's bundle.
Stars: ✭ 104 (-41.9%)
Mutual labels:  ctags
Ctags Patterns For Javascript
Exuberant Ctags Patterns for JavaScript
Stars: ✭ 368 (+105.59%)
Mutual labels:  ctags
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 (+207.82%)
Mutual labels:  ctags
Vista.vim
🌵 Viewer & Finder for LSP symbols and tags
Stars: ✭ 1,218 (+580.45%)
Mutual labels:  ctags
lein-codeindex
Index code using etags, ctags or gtags.
Stars: ✭ 19 (-89.39%)
Mutual labels:  ctags
Vscode Verilog Hdl Support
Verilog HDL/SystemVerilog/Bluespec SystemVerilog support for VS Code
Stars: ✭ 120 (-32.96%)
Mutual labels:  ctags
dotvim
My Vim setup
Stars: ✭ 36 (-79.89%)
Mutual labels:  ctags
Unused
Deprecated; see https://github.com/unused-code/unused
Stars: ✭ 879 (+391.06%)
Mutual labels:  ctags
Vim Gutentags
A Vim plugin that manages your tag files
Stars: ✭ 1,977 (+1004.47%)
Mutual labels:  ctags
Neotags.nvim
Tag highlight in neovim
Stars: ✭ 124 (-30.73%)
Mutual labels:  ctags
Ptags
A parallel universal-ctags wrapper for git repository
Stars: ✭ 87 (-51.4%)
Mutual labels:  ctags

Build status Github All Releases

Universal Ctags Win32/64 daily builds

This project provides daily builds of universal-ctags for Win32/64.

You can download the zip packages from the releases page.

Four types of packages are provided:

  • ctags-{ctagsver}-x64.zip: x64 package
  • ctags-{ctagsver}-x64.debuginfo.zip: x64 debug symbol files
  • ctags-{ctagsver}-x86.zip: x86 package
  • ctags-{ctagsver}-x86.debuginfo.zip: x86 debug symbol files

{ctagsver} can be an exact tag name of the ctags repository (when the latest commit is tagged) or a generated name in the format of YYYY-MM-DD_{tag}-N-gHHHHHHHH (when the latest commit is not tagged).

x64/x86 package includes stripped binaries. If you want to debug the binaries on GDB, extract the package and the debug symbol files into the same directory, and also put the ctags source code there.

Note

Starting from the build 2017-10-14/d9944ef9, Universal Ctags doesn't load ~/.ctags and other exuberant-ctags compatible configuration files. See man/ctags.1.html and man/ctags-incompatibilities.7.html in the zip packages. Also refer to #1519.

Starting from the build 2019-10-03/70b44e7d, the default directory separator has been changed from \\ to /. This should improve the compatibilities to Exuberant Ctags, however if you still have a compatibility issue, try --output-format=e-ctags option. Also refer to #2199 and #1325.

Starting from the build 2019-12-10/9f494f08, Universal Ctags uses the UTF-8 code page on Windows 10 version 1903 or later. This allows you to use Unicode file names on u-ctags. Also refer to #2360 and #1837.

License

Universal Ctags itself (which is in the ctags subdirectory) is licensed under GPL 2 (or later).

The build scripts in this repository are based on the vim-win32-installer project, and the Vim license applies to them.

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].