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

Auto-completion with a package prefix #23

Open
jalaziz opened this issue Sep 1, 2023 · 0 comments
Open

Auto-completion with a package prefix #23

jalaziz opened this issue Sep 1, 2023 · 0 comments

Comments

@jalaziz
Copy link

jalaziz commented Sep 1, 2023

I'm not sure if this is an LSP issue or an extension issue, but auto-completion doesn't work for package prefixes.

For example, if I have a protobuf message at foo.v1.Bar, typing foo. doesn't present the v1 package. Subsequently, typing foo.v1., doesn't present the Bar option.

However, if I type B.., Bar will show up as an option and will auto-complete to the full path when you hit <TAB>.

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

No branches or pull requests

1 participant