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

Enable AutoComplete for :: #232

Closed
jasonwilliams opened this issue Dec 20, 2017 · 2 comments
Closed

Enable AutoComplete for :: #232

jasonwilliams opened this issue Dec 20, 2017 · 2 comments
Labels

Comments

@jasonwilliams
Copy link
Member

jasonwilliams commented Dec 20, 2017

Sublime Text Version

Sublime Text 3 (Build 3156)

Rust Enhanced Version

v2.5.0

Operating system

OS Name Microsoft Windows 10 Pro
Version 10.0.14393 Build 14393

Expected behavior

Now LSP uses RLS, we should see auto completions when importing a module
Here is an example from VSCode
vscode_example

Actual behavior

after typing :: nothing happens, this should show auto completions (from RLS right now)

Here's an example
rls_autocomplete

Steps to reproduce

This has previously been fixed manually in sublimelsp/LSP#212 (comment) can this be added to the package so users don't have to do this themselves?
Are there any ramifications to doing this?

References

sublimelsp/LSP#212 (comment)

@ehuss
Copy link

ehuss commented Dec 20, 2017

I think it should be safe to add those autocomplete triggers. I've had them in my Rust settings for a long time without any noticeable issues.

@jasonwilliams
Copy link
Member Author

This was fixed in the latest release

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

No branches or pull requests

2 participants