Skip to content

JoeyLu93/vscode-fuzzy-tag

Repository files navigation

README

support fuzzy search for tags.

Features

"C++ Intellisense" is a very useful extension based on gtags. However, it doesn't support fuzzy C/C++ tag search, which is a pity. Refer to others' thoughts, a "fuzzy tag" extension is developed to provide a feature of fuzzy tag search based on GNU global gtags.

Enjoy~


KeyBinding: F10

Setting: fuzzy-tag.autoUpdate: Whether Gtags should update automatically or not when saving file. (default: false)


Demo:


Requirements

  1. please install GNU global and generate gtags files correctly.
  2. please open files in workspace.
  3. Chinese characters CANNOT be included in the workspace path.

0.0.3

Support smart case. For example, your input "abc" can match tags "abc" and "ABC", but input "Abc" will only match tag "ABC".

0.0.5

Fix a path bug on Mac OS.

About

fuzzy tag search extension for vscode based on gtags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published