DevNulPavel
DevNulPavel
Autorelease method included for allocated objects
### Feature Hello VSCode supports `Font Aliasing` feature. I usually use `antialiased` mode for thin fonts on MacBook, which (on my opinion) is easy to look on. **Setting in VSCode:**...
### Check for existing issues - [X] Completed ### Describe the feature Hello Documentation for symbol in code closes too fast, so i sometimes cannot move mouse pointer fast enough...
### Check for existing issues - [X] Completed ### Describe the feature Hello I have custom key bindings for formatting, but it does not work when i change my keyboard...
Hello, is it possible to create `format!` macros analogue? It is often i'm writing similar code like ```rust use std::fmt::Write; let mut buf = smallstr::SmallString::::new(); write!(&mut buf, "test_config_{}.conf", uuid).unwrap(); ```...