Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Popular repositories
-
rust
Forked from rust-lang/rust
A safe, concurrent, practical language.
Rust
-
vim-snippets
Forked from honza/vim-snippets
vim-snipmate default snippets (Previously snipmate-snippets)
Python
-
vim-easygrep
Forked from dkprice/vim-easygrep
Fast and Easy Find and Replace Across Multiple Files
Vim script
-
qmk_firmware
Forked from qmk/qmk_firmware
keyboard controller firmware for Atmel AVR and ARM USB families
C
-
Android-Example-HLS-ExoPlayer
Forked from sakurabird/Android-Example-HLS-ExoPlayer
Just example only HLS format streaming using ExoPlayer
Java
-
rust-analyzer
Forked from rust-analyzer/rust-analyzer
An experimental Rust compiler front-end for IDEs
Rust
53 contributions in the last year
Contribution activity
March - April 2019
February 2019
Created a pull request in rust-analyzer/rust-analyzer that received 14 comments
auto_import: multiple assist actions to select import container
This make auto_import assist to produce multiple actions to select in which module/function to perform auto import.
For example, if we have:
mod fo…
Created an issue in rust-analyzer/rust-analyzer that received 1 comment
User defined snippets/actions [dreaming...]
[This is not a feature request or something, I just want to throw in some ideas]
Given that ra parses and analyses everything on the fly in the cur…