Skip to content

Conversation

jkciesluk
Copy link
Contributor

connected to scalameta/metals#5913

@jkciesluk jkciesluk requested review from rochala and tgodzik December 8, 2023 12:06
@@ -244,6 +244,10 @@ class CompletionProvider(
mkItem(
"{" + sym.fullNameBackticked + completionTextSuffix + "}"
)
case _ if v.isExtensionMethod =>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can just write v.isInstanceOf[Extension] without adding new fields

@tgodzik tgodzik merged commit 1734148 into scala:main Dec 8, 2023
@tgodzik tgodzik added backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it. area:presentation-compiler Related to the presentation compiler module used by Metals and possibly other tools labels Dec 8, 2023
@jkciesluk jkciesluk deleted the ext-comp branch December 11, 2023 08:23
@Kordyjan Kordyjan added this to the 3.4.0 milestone Dec 20, 2023
WojciechMazur added a commit that referenced this pull request Jun 26, 2024
…t" to LTS (#20793)

Backports #19225 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
@WojciechMazur WojciechMazur removed the backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it. label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:presentation-compiler Related to the presentation compiler module used by Metals and possibly other tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants