Wilfred Hughes
Wilfred Hughes
Given the source code: ``` val foo: Int? ``` tree-sitter-kotlin produces: ``` source_file (0, 0) - (1, 0) property_declaration (0, 0) - (0, 13) val (0, 0) - (0, 3)...
Given the code: ```rust #[cfg(target_pointer_width = "32")] const SIZE_OF_PTR: usize = 4; #[cfg(target_pointer_width = "64")] const SIZE_OF_PTR: usize = 8; fn main() { SIZE } ``` Racer gives: ``` PREFIX...
I've seen issues discussing autocomplete on macros and jumping to definitions, but I've also noticed that racer can't tell `vec![]` is of type `Vec`. As a result, racer can't offer...
If I have two users set as default users at the project level:  I can then remove a single user at the repo...
This is useful when autopep8 is installed in a virtualenv and isn't installed globally.
Quickcheck is sometimes finding a soundness issue with this transform: Example failures: ``` [PointerIncrement { amount: 29, position: Some(0) }, Loop { body: [Increment { amount: -1, offset: 0, position:...
This would save a bunch of unwrap() calls I think. https://docs.rs/clap/latest/clap/trait.ValueEnum.html
E.g. try comparing the package.json from rust-analyzer between 2022-01-02 and 2022-01-22.