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 Sublime Text's global symbol list support #117

Conversation

hedgesky
Copy link
Contributor

Sublime Text 3 has two types of symbol lists: local (for current file) and global (for whole project). Global list allows you to jump to definition of module or function from anywhere in the project.
This repo already supports local list and the PR adds support for global one.

I've checked this with TextMate 2 and Sublime Text 3, it seems like everything works fine.

<key>symbolTransformation</key>
<string>
s/defmodule\s+//;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation fixed.

@josevalim josevalim merged commit a52ff32 into elixir-editors:master Jan 13, 2017
@josevalim
Copy link
Contributor

❤️ 💚 💙 💛 💜

@marciol
Copy link

marciol commented Jan 26, 2017

Hey, what you do about put defprotocol in global symbol list as well?

@hedgesky
Copy link
Contributor Author

I'll make it in another PR. Thanks for the idea 👍

@hedgesky hedgesky deleted the add_sublime_global_symbols_list_support branch January 26, 2017 08:12
@hedgesky
Copy link
Contributor Author

Implemented in #121.

binaryseed pushed a commit to binaryseed/elixir-tmbundle that referenced this pull request Mar 6, 2018
binaryseed pushed a commit to binaryseed/elixir-tmbundle that referenced this pull request Jul 15, 2018
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

Successfully merging this pull request may close these issues.

None yet

3 participants