Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Function List pane #1187

Open
pth0rn opened this issue Sep 21, 2018 · 2 comments
Open

Feature Request: Function List pane #1187

pth0rn opened this issue Sep 21, 2018 · 2 comments

Comments

@pth0rn
Copy link

pth0rn commented Sep 21, 2018

Add the ability to show sticky pane on the right side that shows a list/overview of things like functions and declarations for the current file, allowing to user to click on them to quickly goto the appropriate code

@rochacbruno
Copy link

I think this is related to #977 because having a support for a language server will allow to parse AST and get all the members of a file.

@terokarvinen
Copy link

I've implemented similar functionality in micro-jump plugin, which is now in the official plugin channel.

You can press F4 to get a list of all functions for the current file, select a function and jump to it.

$ sudo apt-get -y install micro fzf ctags
$ micro -plugin install jump

It's based on ctags, so it supports 40+ languages, such as Markdown, Go, C, C++, Java and Python.

https://github.com/terokarvinen/micro-jump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants