Levan Katsadze

Results 105 comments of Levan Katsadze

@leonard-henriquez, maybe you don't need to completely disable or uninstall it. Blockman has customizable black list of file formats to ignore files with specific formats, for example: **prisma, plaintext, markdown,...

Hello, I think you can do it pretty easily in Blockman settings. Please search "Advanced Coloring" in Blockman page: https://github.com/leodevbro/vscode-blockman Also you can watch the video: https://youtu.be/UsET6-kPu90 So, you can...

Unfortunately it seems a limitation of VS Code itself and probably I cannot do anything about it. I'll try to find a specific method in VS Code extension API to...

Well, I posted the feature request in the VS Code Github repo. https://github.com/microsoft/vscode/issues/118994 "Please provide a function in API to get horizontal pixel coordinate of any character in any line."...

Hi, I updated Blockman today. With the new version (1.7.3) of Blockman, go to VS Code settings, and search: `blockman n34` and you will see these fields: `N34 A01 Border...

Thank. I hope I will have time soon to try implementing this feature request. Right now you can toggle disable/enable Blockman with F1 command: `>Blockman Toggle Enable/Disable` or `>Blockman Toggle...

So far I found these solutions: ```typescript if (editor.document.uri.scheme === "git") { // this editor is the left side of the diff } ``` ```typescript const theUri = editor.document.uri.toString(); const...

Hello, I guess this is the duplicate issue of this one: https://github.com/leodevbro/vscode-blockman/issues/45 In short: So, you would like to make the rectangle cover not just the child area, but also...

Please search `right side padding strategies` on Blockman page. There you can see the GIF instruction. In short, I guess you want something like this: Go to VS Code settings,...

[UPDATE]: Oh, I think now I understand the question. So you mean, when developer focuses an element (div/li/button...) in the code editor, the preview window should also highlight the exact...