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

Extend completion heuristics for metals' 'implement all members' #772

Merged
merged 3 commits into from
Nov 13, 2019

Conversation

rwols
Copy link
Member

@rwols rwols commented Nov 12, 2019

@ckipp01 I haven't actually tested this with a snapshot build of MetaLS. Could you try this branch?

close #771

@rwols rwols force-pushed the bugfix/metals-completions branch from a963c06 to a960f78 Compare November 12, 2019 11:35
@ayoub-benali
Copy link
Contributor

I know that we are limited by Sublime API sublimehq/sublime_text#2754
but this solution will break the moment Metals rename the trigger :/

@rwols
Copy link
Member Author

rwols commented Nov 12, 2019

but this solution will break the moment Metals rename the trigger :/

unfortunately, yes :(

@ckipp01
Copy link

ckipp01 commented Nov 12, 2019

@rwols thanks for looking at this so quickly!

I tested this out locally, and yes, this does the trick. Probably not ideal that we have to have that coded in there, but I'm not sure of what else to do for it, so I'll leave it up to you if you want to add this in or not.

plugin/core/completion.py Outdated Show resolved Hide resolved
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 34.853% when pulling 51a1f53 on bugfix/metals-completions into c0bca2f on master.

@rwols rwols merged commit e72085f into master Nov 13, 2019
@rwols rwols deleted the bugfix/metals-completions branch November 13, 2019 20:58
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.

Completion inputs label instead of textEdit newText
5 participants