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

Allow customizing the font-family for inline completions #201307

Closed
aiday-mar opened this issue Dec 20, 2023 · 0 comments · Fixed by #202671
Closed

Allow customizing the font-family for inline completions #201307

aiday-mar opened this issue Dec 20, 2023 · 0 comments · Fixed by #202671
Assignees
Labels
feature-request Request for new features or functionality inline-completions insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded

Comments

@aiday-mar
Copy link
Contributor

aiday-mar commented Dec 20, 2023

Allow customizing the font-family for inline completions

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 added feature-request Request for new features or functionality inline-completions labels Dec 20, 2023
@vscodenpa vscodenpa added the unreleased Patch has not yet been released in VS Code Insiders label Jan 18, 2024
@vscodenpa vscodenpa added this to the December / January 2024 milestone Jan 18, 2024
@hediet hediet added the verification-needed Verification of issue is requested label Jan 18, 2024
@vscodenpa vscodenpa added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jan 19, 2024
@hediet hediet added the verified Verification succeeded label Jan 23, 2024
@aiday-mar aiday-mar added this to the December / January 2024 milestone Feb 6, 2024
@microsoft microsoft locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality inline-completions insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants