Closed 0xkelvin closed 1 week ago
I am not familiar with the zed editor, but you should look for "code actions" or "code lenses" when having the cursor on the name of a component in a .slint file.
(I'm assuming you have the extension )
If you figure it out, please leave a comment on how to do it.
@0xkelvin I had a look at the code for the Zed extension, it looks like it's mostly just highlighting for now:
https://gitlab.com/flukejones/zed-slint
I am assuming that you are using the slint extension from the Zed extension store!
@0xkelvin I had a look at the code for the Zed extension, it looks like it's mostly just highlighting for now:
https://gitlab.com/flukejones/zed-slint
I am assuming that you are using the slint extension from the Zed extension store!
it seems that zed-editor doesn't give plugins as many features as vscode does
Do we have show preview feature on Zed editor ?