Skip to content

Commit

Permalink
add extension links
Browse files Browse the repository at this point in the history
  • Loading branch information
signekb committed Sep 26, 2023
1 parent e175bc8 commit 459d1d5
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions entries/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,18 @@ VS Code to support a wide range of programming languages, frameworks, and develo

Go to the extensions tab in VS Code and search for the following extensions:

- Quarto (to enable the preview of qmd files within VS Code)
- [Quarto](https://marketplace.visualstudio.com/items?itemName=quarto.quarto) (to enable preview the website)
- To use this extension, you will need to download [Quarto](https://quarto.org/docs/get-started/)
- PlantUML (to enable the preview of puml diagrams)
- [PlantUML](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml) (to enable preview of puml diagrams)
- Dev Containers??
- markdownlint or something similar??

**Python Extensions** (*draft* - Signe have used these earlier)
**Python Extensions** (*draft* - Signe have used these earlier, but will check up on which should be recommended here)

- python
- isort
- Black Formatter
- autoDocstring
- mypy
- ruff
- pylance
- [python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
- [isort](https://marketplace.visualstudio.com/items?itemName=ms-python.isort)
- [Black Formatter](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter)
- [autoDocstring]()
- [mypy](https://marketplace.visualstudio.com/items?itemName=matangover.mypy)
- [ruff](https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff)
- [pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)

0 comments on commit 459d1d5

Please sign in to comment.