JustFrederik
JustFrederik
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it the font size of markdown should be buffer_font_size, but is controlled by...
### Check for existing issues - [X] Completed ### Describe the feature code completion when writing dependency names/versions/features ### If applicable, add mockups / screenshots to help present your vision...
### Check for existing issues - [X] Completed ### Describe the feature Expand derive macro on hover/code action ### If applicable, add mockups / screenshots to help present your vision...
### Check for existing issues - [X] Completed ### Describe the feature it would be a great feature if the file rename would behave exactly like the symbol rename and...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it when typing into Cargo.toml the completion ignores everything before the . example:...
### Check for existing issues - [X] Completed ### Describe the feature 1. checks if input/clipboard is json `let _: serde::de::IgnoredAny = serde_json::from_str(data)?;` 2. asks user if struct should be...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it paste \n into single line comment does not extend the comment into...
### Check for existing issues - [X] Completed ### Describe the feature if the first letter matches in the code completion it should be case sensitive for the first letter....
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it clicking on the inlay hint will position the cursor before the bracket....
I tried to export some text as a pdf, but i doent look right. [Code](https://gist.github.com/JustFrederik/653a76c7f35ad2b321cd7a03e2e1c445) That are the imports: ``` [dependencies] pathfinder_canvas = { version="0.5", features=["pf-text"] } pathfinder_geometry = "0.5.1"...