Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 7
    • Merge requests 7
  • 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
  • !143

Add go to symbol plugin

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Waqar Ahmed requested to merge waqar/kate:gts into master Dec 19, 2020
  • Overview 7
  • Commits 1
  • Pipelines 0
  • Changes 18

This is my first plugin for Kate. With this plugin you can quickly navigate to a symbol (method, class) in the current file using the shortcut "Ctrl+Alt+P". It uses ctags(universal) internally to get the symbol information. I haven't tested it extensively with every language. Languages that I have tested it with:

  • C / C++
  • Javascript
  • Rust
  • OCaml (works, not sure how good it is with this)
  • Go lang
  • Markdown

Inspired by: Vim fzf (:BTags), VS Code Go to symbol
Icons are from KDevelop

Indirectly related
BUG: 376480

Screenshot: gts_ss

Edited Dec 19, 2020 by Waqar Ahmed
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gts