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

Can we get auto suggest feature on initialized variables? #84

Open
sameerr25 opened this issue Jan 7, 2022 · 1 comment
Open

Can we get auto suggest feature on initialized variables? #84

sameerr25 opened this issue Jan 7, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@sameerr25
Copy link

r. should show auto suggest Find, FindAll etc.?

r, _ := regexp.Compile(`\d+`)
r.   // This should auto-suggest Find, FindAll
@x1unix
Copy link
Owner

x1unix commented Jan 31, 2022

@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.

@x1unix x1unix added this to To do in Better Go Playground via automation Jan 31, 2022
@x1unix x1unix moved this from To do to Backlog in Better Go Playground May 8, 2023
@x1unix x1unix added the enhancement New feature or request label May 8, 2023
@x1unix x1unix removed this from Backlog in Better Go Playground May 8, 2023
@x1unix x1unix added this to Backlog in Better Go Playground via automation May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants