JustFrederik

Results 32 issues of 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...

defect
markdown
language

### 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...

enhancement
rust
language

### 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...

enhancement
rust
language
language server

### 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...

enhancement
triage
admin read

### 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:...

defect
rust
language
language server
autocompletions

### 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...

enhancement
triage
admin read

### 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...

defect
editor

### 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....

enhancement
autocompletions

### 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....

defect
editor
inlay hints

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"...