forked from golang/tools
-
Notifications
You must be signed in to change notification settings - Fork 7
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
gopls/internal/lsp/source/completion: unimport check gop overload #182
Open
visualfc
wants to merge
7
commits into
goplus:goplus
Choose a base branch
from
visualfc:completion_other
base: goplus
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
visualfc
commented
Feb 2, 2024
•
edited
Loading
edited
- unimported support Go/Go+ overload index/gopo, overload func snip type from first valid exported func list.
- testdata: add index/gopo overload godef/unimported check
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## goplus #182 +/- ##
==========================================
- Coverage 46.64% 46.45% -0.19%
==========================================
Files 12 12
Lines 1610 1610
==========================================
- Hits 751 748 -3
- Misses 782 784 +2
- Partials 77 78 +1 ☔ View full report in Codecov by Sentry. |
visualfc
force-pushed
the
completion_other
branch
3 times, most recently
from
February 3, 2024 09:01
62b35c6
to
a438af6
Compare
visualfc
force-pushed
the
completion_other
branch
from
February 26, 2024 11:20
a438af6
to
299da0c
Compare
visualfc
force-pushed
the
completion_other
branch
from
March 19, 2024 14:10
299da0c
to
c643c56
Compare
visualfc
force-pushed
the
completion_other
branch
from
March 20, 2024 13:38
5ffd724
to
3e4c31c
Compare
visualfc
changed the title
gopls/internal/lsp/source/completion: unimport check gop index overload
gopls/internal/lsp/source/completion: unimport check gop overload
Mar 20, 2024
visualfc
force-pushed
the
completion_other
branch
from
March 20, 2024 23:49
43a0831
to
4c67aac
Compare
…opo overload decl from go
visualfc
force-pushed
the
completion_other
branch
from
March 21, 2024 14:31
081a564
to
1031232
Compare
visualfc
force-pushed
the
completion_other
branch
from
March 21, 2024 14:41
1031232
to
9cda23a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.