I finally reached 10000 VR in Mario Kart 8 Deluxe online!!
Emacs has become my editor of choice for COSC 241 homework, and I've now set up VSCode with keybindings for Emacs since I couldn't stop pressing C-n.
Whether you like Emacs or not, you should definitely install this incremental search extension for VSCode: siegebell.incremental-search
You can make it prettier by adding this to your settings.json:
"incrementalSearch.inputMode": "inline",
"incrementalSearch.matchStyle": {
"dark": {
"border": "none",
"backgroundColor": "#d54134",
"borderRadius": "3px"
}
},
"incrementalSearch.selectionStyle": {
"dark": {
"border": "none",
"backgroundColor": "#892d24",
"borderRadius": "3px"
}
},
See you next time, hopefully with documentation for assistants.
— Cadence


