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

Test inline quick suggestions #145548

Closed
2 tasks done
jrieken opened this issue Mar 21, 2022 · 1 comment
Closed
2 tasks done

Test inline quick suggestions #145548

jrieken opened this issue Mar 21, 2022 · 1 comment

Comments

@jrieken
Copy link
Member

jrieken commented Mar 21, 2022

Refs: #126375

Complexity: 3

Create Issue


Quick suggestions describe the feature of showing IntelliSense while you type words (precisely: type at word ends). This can be configured via editor.quickSuggestions. This setting has been extend to support showing quick suggestion as inline completions (instead of showing the full suggest widget). Please test that

  • editor.quickSuggestions.[strings|comments|other] now accept on, inline, off in addition to the true and false
  • think about the setting names/descriptions and if they makes sense to you
  • use inline and make sure the best matching completion shows while are typing
  • you can always show the suggest widget via ctrl+space
  • completions triggered by trigger characters, like . for TypeScript, still show the suggest widget
  • try this for different languages like TypeScript, JSON, and CSS
@jrieken jrieken added this to the March 2022 milestone Mar 21, 2022
@ghost ghost assigned sana-ajani and hediet Mar 22, 2022
@hediet
Copy link
Member

hediet commented Mar 22, 2022

Works nicely! (Expect the known issues, such as #145586 or flickering as discussed)

@hediet hediet removed their assignment Mar 22, 2022
@sana-ajani sana-ajani removed their assignment Mar 24, 2022
@github-actions github-actions bot locked and limited conversation to collaborators May 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants