Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Kate Kate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • UtilitiesUtilities
  • KateKate
  • Merge requests
  • !145

Add quick open go-to symbol support in CTags plugin

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Waqar Ahmed requested to merge waqar/kate:ctags-goto into master Dec 26, 2020
  • Overview 7
  • Commits 1
  • Pipelines 0
  • Changes 15

As discussed in !143 (closed), this adds quick-go-to-symbol support inside the ctags plugin. It now supports both global and local symbols. Performance seems to be pretty good, I am able to navigate LLVM codebase with ease as well as a JS repo with node_modules indexed.

Screenshots:

Global lookup

gts_glob

Single file local lookup

gts_local

Edited Dec 26, 2020 by Waqar Ahmed
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ctags-goto