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

Visual issue with inline parameter #132

Closed
bumpyy opened this issue Feb 12, 2024 · 2 comments
Closed

Visual issue with inline parameter #132

bumpyy opened this issue Feb 12, 2024 · 2 comments

Comments

@bumpyy
Copy link

bumpyy commented Feb 12, 2024

Code_wN3dcasXif

So, I'm using inline parameter by Liam hammet and it causes some sort of visual bug?, anyway it's fine if i hide the inline parameter.
Code_d7hhqh2Kic

Anyway, just letting you know, cheers 🥂.

@leodevbro
Copy link
Owner

Hello, unfortunately this is a VS Code limitation for extensions that extensions are not able to know where are the inlay hints placed or what are the widths of each inlay hint, or where do the actual code characters are located. Blockman calculates locations of letters by count of letters and the monospace-width of a letter.

If you use inlay hints, then for a bit better experience, probably it's a good idea to set Blockman setting of:
blockman.n04Sub04RightSideBaseOfBlocks
to Rightmost Edge Of Viewport.
By default, it is Rightmost Edge Of Inner Content.

More info:
#84

.

#99

.
.

@bumpyy
Copy link
Author

bumpyy commented Feb 13, 2024

Understandable, have a great day.

@bumpyy bumpyy closed this as completed Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants