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

Code / texteditor should do background go imports updates and refresh just that section #356

Open
rcoreilly opened this issue Oct 8, 2024 · 0 comments
Labels
enhancement A new feature request

Comments

@rcoreilly
Copy link
Member

Describe the feature

goimports can be horribly slow when there are errors that look like packages it doesn't know about. Unfortunately this is a very frequent occurrence, and is the major reason why the Go mod switch is so important when doing major refactoring.

Also, .goal code needs to get its imports from generated .go code, so need special logic for that.

Relevant code

No response

@rcoreilly rcoreilly added the enhancement A new feature request label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature request
Projects
None yet
Development

No branches or pull requests

1 participant