This is a feature request.
gopls version
latest master branch (fa10359)
What did you want to see?
- Make the max number of completion candidates for unimported packages configurable.
What did you see instead?
The current implementation uses hard-coded number (5) for the unimported package completion. Though I know the unimported package completion is expensive, I think it's worth making the number of candidates for it configurable (actually, I'm using my own forked version of gopls that uses over 100 for unimported completion candidates for a long time.)
This is a feature request.
gopls version
latest master branch (fa10359)
What did you want to see?
What did you see instead?
The current implementation uses hard-coded number (
5) for the unimported package completion. Though I know the unimported package completion is expensive, I think it's worth making the number of candidates for it configurable (actually, I'm using my own forked version ofgoplsthat uses over100for unimported completion candidates for a long time.)