We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thank you for providing such a good tool. when I type a function like: int connect(int, const struct sockaddr *addr, socklen_t);
it completes as connect(int, conststructsockaddr*addr, socklen_t) missing all the white space between 'const struct sockaddr *'
I mean it's not a bug, this is just a suggestion, thanks.
The text was updated successfully, but these errors were encountered:
It's ok in my pc. Can you give me a screenshot and minimal configuration?
Sorry, something went wrong.
No branches or pull requests
Issue Prelude
Completion Engine and Commit SHA
Minimal Configuration
Issue Details
Hi, thank you for providing such a good tool.
when I type a function like:
int connect(int, const struct sockaddr *addr, socklen_t);
it completes as connect(int, conststructsockaddr*addr, socklen_t)
missing all the white space between 'const struct sockaddr *'
I mean it's not a bug, this is just a suggestion, thanks.
Messages
The text was updated successfully, but these errors were encountered: