JustFrederik
JustFrederik
https://github.com/JustFrederik/rfd
Im pretty sure that this isnt the problem. I had the same problem a moment ago, but could fix it with flutter upgrade, flutter pub get. Setting the sdk version...
You can replace text in a file with sed. The problem is that some version of openapi is interfering with your main project. Just set the versions with replace before...
When highlighting the bracket is only highlighted when the cursor is at the end of the hint
I played around with a language server that uses the crates.io http api. I tossed this tho, because the api takes quite long and has bad results. I can't accept...
Yeah that’s right, but be a useful feature the set the text orientation. Vertical and horizontal alignment would be a useful addition.
[azul-text-layout](https://crates.io/crates/azul-text-layout) could be used to calculate the the positions of each char
there is actually this in font.rs ``` let w = { if self.vertical_writing { ("W2", Array(widths_list)) } else { ("W", Array(widths_list)) } }; ``` its on line 492 and it...
as I said I would add it to the code action or on hover, since I need to be on the macro to expand it
My suggestion #910 to add os integration might fix this. I didn’t comment it here bc I want so sure about it.