> For the complete documentation index, see [llms.txt](https://guide.offsecnewbie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.offsecnewbie.com/kali-configuration/vs-code-configuration.md).

# VSCode Configuration

### Colour code standard text files:

`Ctrl P` then run&#x20;

```
ext install xshrim.txt-syntax
```

![](/files/-MR0en5xmkrgo7gHajny)

When opening python exploits sometimes they are not formatted correctly. Hold `Ctrl Shift and i` to correct the formatting - it will likely as you to install something - install it.

### Install Cheat.sh into vscode

```
https://marketplace.visualstudio.com/items?itemName=vscode-snippet.Snippet
https://github.com/chubin/cheat.sh
```

Then highlight a sentence, do `Ctrl Shift S` to search for cheatsheets

![](/files/-MR0mWQnxPdO5eYm07sI)
