[go: up one dir, main page]

Showing 36 open source projects for "ctags"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • PageDNA: Web-to-Print eCommerce Software Icon
    PageDNA: Web-to-Print eCommerce Software

    eCommerce for Print, Signs and Fulfillment Trusted by In‑Plants and Commercial Print Leaders

    PageDNA enables successful eCommerce strategies for commercial print sales organizations, internal print shops, and brand owners. PageDNA’s online ordering platform increases print volume while decreasing touch costs for all stakeholders: clientele, print operations, and the organizations they support.
    Learn More
  • 1

    codequery

    Please go to the GitHub page for more information

    A code-understanding tool based on cscope and ctags. Please go to the GitHub page for more information. Homepage: http://ruben2020.github.io/codequery GitHub: https://github.com/ruben2020/codequery
    Leader badge">
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    syncped

    syncped

    lightweight portable vi compatible editor

    syncped is a SYNChronizing Portable EDitor supporting more than 100 programming languages, is available under Windows, Linux and OSX, has a vi compatibility mode, and can be configured to work with most version control systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Tagbar

    Tagbar

    Vim plugin that displays tags in a window

    Tagbar is a plugin for Vim and Neovim that provides a structural overview of the file you are editing by leveraging tags (via tools like ctags). It opens a sidebar window that shows the tags of the current file, organised by scope—so functions, methods, classes and other symbols are grouped logically (for example, methods under their containing class). This gives you at-a-glance insight into the layout of large source files, which is especially useful for navigating unfamiliar codebases or when working on complex modules. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TagsView user interface for ctags parsed result. Supported editors: Notepad++, AkelPad.
    Leader badge">
    Downloads: 701 This Week
    Last Update:
    See Project
  • PeerGFS PEER Software - File Sharing and Collaboration Icon
    PeerGFS PEER Software - File Sharing and Collaboration

    One Solution to Simplify File Management and Orchestration Across Edge, Data Center, and Cloud Storage

    PeerGFS is a software-only solution developed to solve file management/file replication challenges in multi-site, multi-platform, and hybrid multi-cloud environments.
    Learn More
  • 5
    Unused

    Unused

    A command line tool to identify unused code

    ...For my local benchmarks, it speeds up execution by a significant amount (which is documented in the commit introducing mimalloc), but currently runs into sporadic issues on Apple M1 devices. If you run into issues with segmentation faults, consider reinstalling unused with the stock Rust allocator. It is strongly recommended you install Universal Ctags to generate tags files. Universal Ctags supports more languages and has native parsers for a good number of them, resulting in faster tags generation time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    NppGTags

    GTags plugin for Notepad++

    This Notepad++ plugin is simply a front-end to GTags (GNU Global source code tagging system): http://www.gnu.org/software/global/global.html It provides tools for easy code navigation. GTags binaries (Win32 ports) are needed by the plugin. Those are supplied with it for convenience.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    typewriter-net

    typewriter-net

    It's a plain text editor with vi-mode

    This editor has some features from Notepad++, Sublime Text and Vim. The Typewriter.NET has no plugins, but has a simple way to run external scripts, navigate to output error and change text by external scripts. The main idea is make to possible work without mouse (and without arrows in vi-mode) https://github.com/cser/typewriter-net/wiki/Features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    TagLEET

    A Notepad++ plugin for ctags browsing

    A fast ctags browser for code developers that use Notepad++. Can work with huge tags file and tag lookup will still be instantaneous. Low memory footprint. It is so fast that it does not need to cache any part of the tags file. No dependency on timestamps. Since tag file is not cached. You may update the tags file anytime. Can lookup full tag or do a prefix match.
    Leader badge">
    Downloads: 59 This Week
    Last Update:
    See Project
  • 9
    Gutentags

    Gutentags

    A Vim plugin that manages your tag files

    vim-gutentags automates the management of tag files in Vim so developers never have to run ctags manually again. It tracks file changes and regenerates tags incrementally in the background, ensuring symbol navigation (Ctrl-], :tag, etc.) stays up-to-date. The plugin supports multiple tag generators, including Universal ctags, Exuberant ctags, and GNU global, selecting the best available backend automatically. Gutentags is project-aware: it stores tags per project root and integrates smoothly with version-control repositories. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • All Things Performance and Partner Marketing, All in One Place Icon
    All Things Performance and Partner Marketing, All in One Place

    Track calls, leads, and clicks without the manual work

    Automatically tie revenue back to campaigns, channels, publishers, and networks through marketing attribution. Spend less time juggling reports, and more time optimizing for growth by using a single operating solution for partner and performance marketing.
    Learn More
  • 10
    rospell is a UTF-8 text editor for programmers and general use. It features syntax highlighting, a code beautifier for C and C++, and support for ctags, grep, diff, and merge. It also includes a speller for English and Romanian.
    Leader badge">
    Downloads: 16 This Week
    Last Update:
    See Project
  • 11

    IDEM

    Another IDE for c/c++ mfc learning

    Light IDE based on Scintilla and MFC for study purpose with free libraries like astyle, ctags,SQLite ... and third party controls modified. The ide is still under construction. Open for little smart functionality: please add your comment for this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    hots
    Hots enables use of various software programming tools like ctags, (clearcase and subversion...in the future) in PSPad editor. It is written in autohotkey and javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Exuberant Ctags is a multilanguage reimplementation of the Unix ctags utility. Ctags generates an index of source code definitions which is used by numerous editors and utilities to instantly locate the definitions.
    Leader badge">
    Downloads: 210 This Week
    Last Update:
    See Project
  • 14
    SourceCookifier: Plugin for Notepad++
    A plugin which uses Exuberant Ctags to parse either only the currently activated source file or multiple files of so-called sessions. The results are shown and can be browsed in a treeview inside of a dockable window.
    Leader badge">
    Downloads: 876 This Week
    Last Update:
    See Project
  • 15

    tags2uml

    Generates UML class diagrams, from source code

    Generates UML class diagrams, from source code. Please see GitHub page for more info. Command line tool to convert from a Exuberant-ctags tags file to a UML class diagram, through Graphviz, for all object oriented languages supported by ctags The input file is a tags file, generated by Exuberant-ctags using --fields==+latinK. The output file is a Graphviz DOT file whose name is specified through the program options, or to stdout. The DOT file should then be passed to the Graphviz dot program to be converted into an image file (e.g. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    srpmix is a tool to expand src.rpm and create several kinds of index files such as ctags, etags, cscope, gonzui and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A collection of vimscripts from http://www.vim.org and some custom scripts for developpment of C Code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A source code browser plugin for the Vim text editor. Uses exuberant ctags to parse source code files. Supports many programming languages and easily extendable. Can be used in both GUI and terminal versions of Vim.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 19
    ccglue is a complementary tool to cscope and ctags. The tool builds a cross-reference symbol database from cscope [and ctags] databases that can be used to display dependency-graphs (aka call-trees, code flow). Visualization can be done with the Vim CCTree plugin (http://www.vim.org/scripts/script.php?script_id=2368), or the built-in stand-alone command-line tracer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Modifies notepad++ into a GTAGS based minimalistic IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A handy cscope & ctags GUI shell
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Plugin to support ctags in geany IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Bash scripting to help vim fresh user to install related plugins and other toolkits, something like ctags etc. The helper sub-package need to created by old user of Vim,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    OpenCTags is a ctags add-on for code Editors like Crimson Editor, EditPlus, UltraEdit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Now, you can quick-search for function and tag names in any C source code without any pre-built documentation. The program uses exuberant-ctags generated tag database file. You can search for functions, structs, etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next