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

Feature/struct completion #12

Closed
wants to merge 2 commits into from

Conversation

sanoprime
Copy link
Contributor

  • code completion for structs, union, enum, const, import, functions, macros
  • go to declaration from import to module(s)
  • add import QuickFix

@lerno
Copy link
Contributor

lerno commented Feb 8, 2025

I can't get it to work with structs, and another thing, if I am code completing bar::test() now it will replace it with ar::test(). So something happened...

@sanoprime sanoprime force-pushed the feature/struct_completion branch from 271208c to ae3c35c Compare February 9, 2025 08:55
@sanoprime
Copy link
Contributor Author

I fixed ar::test() problem.

Can you provide me exmaple code with structs that don't work?

@sanoprime sanoprime closed this Feb 12, 2025
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.

2 participants