-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add plugin option for Goland #1720
Conversation
Hey, thank you for opening your first Pull Request ! |
Hello, what is the interest of your plugin compared to native integration (FileWatcher)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been using this plugin with IntelliJ and I think it's a nice addition instead of using file watchers. Sounds reasonable to reference this in the docs.
Hey, @xxpxxxxp — we just merged your PR to
By joining the team, you’ll be able to label issues, review pull requests, and merge approved pull requests. Thanks again! |
I'm writing a plugin for Goland to support
golangci-lint
inline, also providing possible quick fixes: https://github.com/xxpxxxxp/intellij-plugin-golangci-lintShould be stable now, I'd like to suggest it as an option for Goland users.
Thank you all authors,
golangci-lint
is widely used in my org and improved code quality significantly.