Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@parkovski
Copy link
Contributor

Small change to make autocompletion happen in C++ after :: and ->.

Copy link
Member

@w0rp w0rp left a comment

Choose a reason for hiding this comment

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

I'll accept this for now.

The language servers provide the prefixes you can perform completion on themselves, but ALE doesn't handle that request data yet, as it's not as straightforward to handle. In the future, I'll remove these maps and read the prefixes from the language servers instead. I opened an issue for this a while ago.

@w0rp w0rp merged commit 38a55fa into dense-analysis:master Jun 19, 2019
@w0rp
Copy link
Member

w0rp commented Jun 19, 2019

Cheers! 🍻

@w0rp
Copy link
Member

w0rp commented Jul 14, 2019

Hello again! I just merged #2601 which updated the patterns for Deoplete. Do you think we should also add -> to the patterns there? I have a hunch that we should.

@delphinus
Copy link
Contributor

Yes. The pattern in ale.py should be updated when s:trigger_character_map is updated. I will push PR.

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.

3 participants