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 complete feature is not so accurate for struct variables #35

Open
oneWayOut opened this issue Sep 12, 2024 · 1 comment
Open

Auto complete feature is not so accurate for struct variables #35

oneWayOut opened this issue Sep 12, 2024 · 1 comment

Comments

@oneWayOut
Copy link

  1. There are some extra unwanted completions (which are snippets) for a struct variable as the image below:
    Bug1

  2. If I type dot after a struct pointer, no struct variables show up. Even if type a struct member after the dot, the dot will not transfer to '->'. But in VSCode with clangd plugin, If I type dot after a struct pointer, struct variables will show up, and the dot will transfer to '->' correctly.
    Bug2

@oneWayOut
Copy link
Author

This issue is duplicated with sublimelsp/LSP#2521

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