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

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
@hediet @aiday-mar and others