Giter Club home page Giter Club logo

one-tag's Introduction

One Tag

This is a extension used of C/C++ symbol searching, which is based on ctags and gtags.

Features

Following command is available in this extension for symbol searching:

Command Desc
ONE-TAG: Find Project Symbols Search the symbol(function, struct, etc) in the whole project
ONE-TAG: Find current file Symbols Search the symbol(function, struct, etc) in current file
ONE-TAG: Goto Symbol Jump to the definition of the symbol
ONE-TAG: Find Function References Find all the usage of current symbol
ONE-TAG: Update all tags Update/create the tags file for the whole project

Requirements

ctags and gtags is required tp be installed.

For ubuntu, please install them with the following command:

sudo apt install global universal-ctags -y

For centos, please compile and install them manually with following command:

yum install libtool-ltdl-devel

wget https://github.com/universal-ctags/ctags/releases/download/v6.0.0/universal-ctags-6.0.0.tar.gz
tar -xf universal-ctags-6.0.0.tar.gz
cd universal-ctags-6.0.0
./configure
make install

cd ../
wget https://ftp.gnu.org/pub/gnu/global/global-6.6.10.tar.gz
tar -xf global-6.6.10.tar.gz
cd global-6.6.10
./configure
make install

For MacOS, please install gtags and ctags with brew:

brew install universal-ctags
brew install global

Setup

Press F1 and run the command ONE-TAG: Update all tags to generate the tag files.

Extension Settings

  • One-tag: Auto Update: Whether One-Tag should update automatically when saving file. (default: true)

Release Notes

1.0.1

Update document to add requirements for MacOS.

1.0.0

Initial release of One Tag

one-tag's People

Contributors

menglongdong avatar image-dragon avatar

Stargazers

Jeffrey H. Johnson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.