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

Add ctags support #194

Open
gennad opened this issue Apr 13, 2019 · 2 comments
Open

Add ctags support #194

gennad opened this issue Apr 13, 2019 · 2 comments

Comments

@gennad
Copy link
Contributor

gennad commented Apr 13, 2019

Does it support ctags? From the source code I can see that doesn't. I'm proposing to add it.

@gennad
Copy link
Contributor Author

gennad commented Apr 13, 2019

As a follow-up question, do we have some widget to display a list of suggestions?

I'm thinking that if the cursor in on the function that has multiple definitions in the source base, there must be a pop-up box to display the list of suggestions to let user choose one of them manually like it works in Vim

@dschuyler
Copy link
Collaborator

I've been considering alternative UIs. I realize it's common to display a suggestion pop-up, but I'd like to explore whether there's a better way.

What about displaying suggestions in a separate area of the screen, like a dedicated area that doesn't pop-up.

Or, I was also considering opening space in the window to display suggestions that are not a pop-up. It would be a bit more like doing a code review where the code would separate between one line and the next to show the annotation.

I'm open to input on this. What do you think?

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

No branches or pull requests

2 participants