tools
tools copied to clipboard
gopls: add `maxUnimportedPackageNames` option that makes the number of completion candidates for unimported packages configurable
- Add a new option:
maxUnimportedPackageNames
that makes the number of completion candidates for unimported packages configurable- This PR fixes: https://github.com/golang/go/issues/60988
This PR (HEAD: d39db52d380e0ade8921abbd0b9516abcf956d1a) has been imported to Gerrit for code review.
Please visit https://go-review.googlesource.com/c/tools/+/505995 to see it.
Tip: You can toggle comments from me using the comments
slash command (e.g. /comments off
)
See the Wiki page for more info