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 support for symbol tree view #2

Open
nicorikken opened this issue Jul 28, 2016 · 1 comment
Open

Add support for symbol tree view #2

nicorikken opened this issue Jul 28, 2016 · 1 comment

Comments

@nicorikken
Copy link
Owner

Bring support for the Symbols View extension. This inherits the tag parsing from the symbols view package, which leads the matching regexes into ctags from out of the ctags-config file.
Subsequently this would also bring GLM support to the Symbols Tree View package. This might however require some additional fixup.

Ideally multi-line regexes are supported, to provide more context for matches. In this regard the GLM syntax is somewhat unfortunate. Ideally I would like to provide some information on the type of object with the name or id. Likewise, it would make sense to add support for unnamed definitions. I created an issue at the symbols-view project regarding multi-line regex support: atom/symbols-view#189

I'm very eager to hear from daily GLM users about the that details should be visible in symbols view.

@nicorikken
Copy link
Owner Author

Regarding name, a regex like ^\s*name\s+(\w)* could perhaps be sufficient.

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

1 participant