-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Smaller inlay hints #6394
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
Smaller inlay hints #6394
Conversation
This makes things a lot more readable but isn't officially supported by vscode: microsoft/vscode#9078 Inspired by Visual Studio, IntelliJ and Resharper.
Looks really nice actually. bors r+ |
Great, CSS injection. But is |
@inicola I took it from the linked issue: microsoft/vscode#9078 (comment) |
CSS ignores invalid declarations. |
Then this might have undone #6392. |
Glorious! |
Is this configurable? This is something I've always hated in Visual Studio. |
It is not currently but PRs are welcome.
…On Mon, Nov 2, 2020 at 10:46 AM Martin Carton ***@***.***> wrote:
Is this configurable? This is something I've always hated in Visual Studio.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6394 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBACRBKT2HORSGG6X3VIZTSN3H6LANCNFSM4TCLLFMA>
.
|
@qm3ster that's a code lens and is drawn by Code, you should probably file a bug there: |
@lnicola my bad, I thought it started with this commit. |
inlay hints are implemented via vscode decorations, which is a different thing form the code lens. The PR we're commenting under had edited the particular place in the file where those decorations are created, if you're interested to see the code. |
This makes things a lot more readable but isn't officially supported by vscode: microsoft/vscode#9078
Inspired by Visual Studio, IntelliJ and Resharper.