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
r. should show auto suggest Find, FindAll etc.?
r, _ := regexp.Compile(`\d+`) r. // This should auto-suggest Find, FindAll
The text was updated successfully, but these errors were encountered:
@sameerr25 hi. Current autocomplete suggestion is pretty dumb. Basically it's possible only suggest package names and package functions.
There is a plan to adapt gopls (or take some parts of it) to run inside the editor in the future.
Sorry, something went wrong.
No branches or pull requests
r. should show auto suggest Find, FindAll etc.?
The text was updated successfully, but these errors were encountered: