Skip to content
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

fix(language-service): global autocomplete doesn't work when the user… #42923

Conversation

ivanwonder
Copy link
Contributor

@ivanwonder ivanwonder commented Jul 22, 2021

… tries to modify the symbol

When the user tries to trigger suggestions from an interruption,
the LS should provide the global completions. For example,
[input]="t¦", the t can be the true or the symbol from
the component context.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.io application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@google-cla google-cla bot added the cla: yes label Jul 22, 2021
@pullapprove pullapprove bot requested review from JoostK and kyliau Jul 22, 2021
@ivanwonder ivanwonder force-pushed the global-autocomplete-when-re-edit-symbol branch from eed05b7 to be6d5ac Compare Jul 22, 2021
@JoostK JoostK requested a review from atscott Jul 22, 2021
@ngbot ngbot bot added this to the Backlog milestone Jul 22, 2021
@ivanwonder ivanwonder force-pushed the global-autocomplete-when-re-edit-symbol branch from be6d5ac to 3ddbaf9 Compare Jul 29, 2021
… tries to modify the symbol

When the user tries to trigger suggestions from an interruption,
the LS should provide the global completions. For example,
`[input]="t¦"`, the `t` can be the `true` or the symbol from
the component context.
@ivanwonder ivanwonder force-pushed the global-autocomplete-when-re-edit-symbol branch from 3ddbaf9 to 88842a0 Compare Jul 29, 2021
@ivanwonder ivanwonder requested a review from atscott Jul 29, 2021
atscott
atscott approved these changes Aug 2, 2021
@atscott atscott added the target: patch label Aug 2, 2021
@atscott
Copy link
Contributor

@atscott atscott commented Aug 2, 2021

@atscott atscott added the action: merge label Aug 3, 2021
@atscott atscott removed request for JoostK and kyliau Aug 3, 2021
@atscott atscott added target: rc and removed target: patch labels Aug 3, 2021
atscott added a commit that referenced this issue Aug 3, 2021
… tries to modify the symbol (#42923)

When the user tries to trigger suggestions from an interruption,
the LS should provide the global completions. For example,
`[input]="t¦"`, the `t` can be the `true` or the symbol from
the component context.

PR Close #42923
@ivanwonder ivanwonder deleted the global-autocomplete-when-re-edit-symbol branch Aug 3, 2021
@angular-automatic-lock-bot
Copy link

@angular-automatic-lock-bot angular-automatic-lock-bot bot commented Sep 3, 2021

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 3, 2021
TeriGlover added a commit to TeriGlover/angular that referenced this issue Sep 16, 2021
… tries to modify the symbol (angular#42923)

When the user tries to trigger suggestions from an interruption,
the LS should provide the global completions. For example,
`[input]="t¦"`, the `t` can be the `true` or the symbol from
the component context.

PR Close angular#42923
TeriGlover added a commit to TeriGlover/angular that referenced this issue Sep 22, 2021
… tries to modify the symbol (angular#42923)

When the user tries to trigger suggestions from an interruption,
the LS should provide the global completions. For example,
`[input]="t¦"`, the `t` can be the `true` or the symbol from
the component context.

PR Close angular#42923
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge cla: yes comp: language-service target: rc
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants