Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Outline not showing up for different func declaration #177

Closed
lionelmessi opened this issue Dec 13, 2015 · 4 comments
Closed

Outline not showing up for different func declaration #177

lionelmessi opened this issue Dec 13, 2015 · 4 comments

Comments

@lionelmessi
Copy link

This is not showing up in outline

func (this *MainController) RegisterJson() {
}

but this is showing up fine

func  RegisterJson (this *MainController) {
}
@lionelmessi
Copy link
Author

I was wondering if anything could be done to resolve this. Quite difficult to browse to functions in long files without an outline.

@bruno-medeiros
Copy link
Contributor

I might be able to improve this in the near future, I'll have to take a better look though.

@lionelmessi
Copy link
Author

thank you.

@bruno-medeiros
Copy link
Contributor

It's a partial fix here: Now it outline works correctly when editor is saved, but not if the editor is dirty.

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

No branches or pull requests

2 participants