mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-07-16 11:28:54 -04:00
66 lines
1.2 KiB
Markdown
66 lines
1.2 KiB
Markdown
## vscode
|
|
|
|
|
|
<br>
|
|
|
|
* **[ai integration with cursor](https://www.cursor.com/)**
|
|
* **[remote devlopment with ssh](https://code.visualstudio.com/docs/remote/ssh)**
|
|
|
|
<br>
|
|
|
|
### cool themes
|
|
|
|
<br>
|
|
|
|
* **[cyberpunk 2077 rebuild](https://marketplace.visualstudio.com/items?itemName=Carlos18mz.cyberpunk-2077-rebuild)**
|
|
* **[kauai](https://marketplace.visualstudio.com/items?itemName=diff001a.kawaii-theme)**
|
|
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
### cool plugins
|
|
|
|
<br>
|
|
|
|
* **[github co-pilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)**
|
|
* Auto Import
|
|
* Code Spell Checker
|
|
* Debugger for Chrome
|
|
* Docker
|
|
* Document This
|
|
* EditorConfig
|
|
* ESLint
|
|
* GitLens
|
|
* GraphQL
|
|
* JavaScript (ES6) Code Snippets
|
|
* Jest Snippets Standard Style
|
|
* npm
|
|
* npm Intellisense
|
|
* Prettier
|
|
* Prettify Selected JSON
|
|
* Promise Snippets
|
|
* ReactJS Code Snippets
|
|
* Remark
|
|
* Simple React Snippets
|
|
* Commitizen Support
|
|
* styled-components
|
|
* **[rust crates](https://marketplace.visualstudio.com/items?itemName=serayuzgur.crates)**
|
|
* **[rust analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)**
|
|
|
|
<br>
|
|
|
|
----
|
|
|
|
<br>
|
|
|
|
### cool tricks
|
|
|
|
<br>
|
|
|
|
* add this alias to your shell profile (e.g. `~/.zshrc`):
|
|
|
|
```
|
|
alias code="open -a 'Visual Studio Code'"
|
|
```
|