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

Feature: change font family of inline completions #202671

Merged
merged 11 commits into from
Jan 18, 2024

Conversation

aiday-mar
Copy link
Contributor

@aiday-mar aiday-mar commented Jan 17, 2024

Fixes #201307

It is possible to see this feature with the new Monaspace font family! To test it, download the monaspace font using the following (if on MacOS):

brew tap homebrew/cask-fonts
brew install font-monaspace

Then set the font in the settings using:

"editor.fontFamily": "'Monaspace Neon', monospace",
"editor.inlineSuggest.fontFamily": "'Monaspace Krypton', monospace",

The resulting ghost text looks as follows:

Screenshot 2024-01-18 at 13 15 18

@aiday-mar aiday-mar self-assigned this Jan 17, 2024
@aiday-mar aiday-mar requested a review from hediet January 18, 2024 13:33
@aiday-mar aiday-mar marked this pull request as ready for review January 18, 2024 13:33
@vscodenpa vscodenpa added this to the December / January 2024 milestone Jan 18, 2024
@hediet hediet enabled auto-merge (squash) January 18, 2024 13:53
@hediet hediet merged commit 284417d into main Jan 18, 2024
6 checks passed
@hediet hediet deleted the aiday/allowingChangeFontInlineCompletions branch January 18, 2024 14:08
@microsoft microsoft locked and limited conversation to collaborators Jun 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow customizing the font-family for inline completions
4 participants