Last active
July 23, 2024 18:33
-
-
Save jupiterorbita/e4ba0ef369bbdb2feb8520778fadab6e to your computer and use it in GitHub Desktop.
Revisions
-
jupiterorbita revised this gist
Jul 23, 2024 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,8 +12,8 @@ out text editor! ## [Cmder](https://cmder.app/)  For Python I use this instead of `CMD PROMPT` (the default windows terminal) <!-- ## [VSCode theme - Hydroxy](https://marketplace.visualstudio.com/items?itemName=VirejDasani.hydroxy) Hydroxy is a cool, dark theme for VS Code --> ## [vscode-icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons) show icons for each file in the explorer menu -
jupiterorbita revised this gist
Mar 5, 2023 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -70,8 +70,6 @@ Visual Studio Code plugin that autocompletes filenames. --> <!--  --> ## Extra ## [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) Spelling Checker for Visual Studio Code -
jupiterorbita revised this gist
Dec 28, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Syntax highlighting for jinja(2) including HTML, Markdown, YAML and other templa ## [Black Formatter](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter)  opinionated formatter for Python <br> in your vscode `settings.json` add the following: ```json "[python]": { -
jupiterorbita revised this gist
Dec 28, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ # Python tools used for this stack 🐍 <!-- FOLLOW --> [](https://github.com/jupiterorbita)     <!--  --> <!-- #  VSCode extensions I use --> -
jupiterorbita revised this gist
Dec 28, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ # Python tools used for this stack 🐍 <!-- FOLLOW --> [](https://github.com/jupiterorbita)     <!--  --> <!-- #  VSCode extensions I use --> -
jupiterorbita revised this gist
Dec 28, 2022 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,9 @@ ## [Visual Studio Code](https://code.visualstudio.com/) out text editor! ## [Cmder](https://cmder.app/)  For Python I use this instead of `CMD PROMPT` (the default windows terminal) ## [VSCode theme - Hydroxy](https://marketplace.visualstudio.com/items?itemName=VirejDasani.hydroxy) Hydroxy is a cool, dark theme for VS Code -
jupiterorbita created this gist
Dec 28, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,74 @@ # Python tools used for this stack 🐍 <!-- FOLLOW --> [](https://github.com/jupiterorbita)     <!--  --> <!-- #  VSCode extensions I use --> ## [Visual Studio Code](https://code.visualstudio.com/) out text editor! ## [VSCode theme - Hydroxy](https://marketplace.visualstudio.com/items?itemName=VirejDasani.hydroxy) Hydroxy is a cool, dark theme for VS Code ## [vscode-icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons) show icons for each file in the explorer menu ## [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) create more human-friendly comments in your code. Categorize your annotations into: - Alerts `!` - Queries `?` - TODOs `TODO` - Highlights `*`  ## [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) Run code snippet or code file for multiple languages: ## [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag) Automatically rename paired HTML/XML tag, same as Visual Studio IDE does. <hr> ## [Better Jinja](https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml)  Syntax highlighting for jinja(2) including HTML, Markdown, YAML and other templates. ## [Black Formatter](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter)  opinionated formatter for Python in your vscode `settings.json` add the following: ```json "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" } ``` <!-- ## [Python Indent](https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent)  Correct Python indentation in Visual Studio Code --> <!-- ## [ES7+ snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets)  JavaScript and React/Redux snippets in ES7+ --> <!-- ## [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) Visual Studio Code plugin that autocompletes filenames. --> <!--  --> <!--  --> <!--  --> <!-- <hr> --> <!--  --> ## Extra ## [Tabnine AI Autocomplete](https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode) AI assistant for software developers ## [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) Spelling Checker for Visual Studio Code