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

Thoughts on optionally using open buffers as context? #456

Closed
culda opened this issue Sep 2, 2024 · 4 comments
Closed

Thoughts on optionally using open buffers as context? #456

culda opened this issue Sep 2, 2024 · 4 comments

Comments

@culda
Copy link

culda commented Sep 2, 2024

If not done already I could have a go at implementing.

This morning I I had a case where I had some functions in a file and I want to create an object with all of them.
I want to tell it to autocomplete but I need the a.go file in my context

obj := options(WithX(), WithY(), WithZ())

//a.go
func WithX()
func WithY()
func WithZ()

@raiku-dev
Copy link

I second this.
Even mentioned it here an hour before you did. :)
#51 (comment)

@aarnphm
Copy link
Collaborator

aarnphm commented Sep 2, 2024

we are working on context-aware workspace, similar to #76

@aarnphm
Copy link
Collaborator

aarnphm commented Sep 2, 2024

If you have any suggestion feel free to help work on this

@aarnphm
Copy link
Collaborator

aarnphm commented Sep 2, 2024

track at #122

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

3 participants