Peter Oesteritz
Peter Oesteritz
You're right, this issue is (more or less) a duplicate of #668
Since we are in February now, the example here https://react-spectrum.adobe.com/react-spectrum/DateField.html also jumps directly to the month once I enter "3" in the day field
Funny, I had the same issue an hour ago while trying to add Twig. Looking at other extensions or the official ones, language injections should work. But I don't get...
Oh, found it! It has to be: ``` ((content) @content (#set! "language" "html") (#set! "combined")) ``` There's a discussion about the format here: https://github.com/zed-industries/zed/pull/9654
> I really need this bool option, because I can roll down. I think there is still content below, which is not in line with my habits in VSC and...
> > ... but the alternative is destructuring Dialog a bit (which makes it harder to drop-in and use). > > Yes, that's why I thought a prop would fit...
Before opening a new issue: does Zed support multiple LSPs at once for one language? I came across that TypeScript autocompletion does not work when using the Biome extension: https://github.com/biomejs/biome-zed/issues/10
This is still a thing for me (pressing CMD + Shift + S)
> @gopeter What should CMD+Shift+S do? > > For me it does a file save? That's the shortcut for the search panel on Mac OS. But I just found your...
Unfortunately not. Would it be possible that this extension expose own shortcuts to switch views? Then we could override the existing ones 🤔