Visual Studio Code
Here you will find a growing list of resources for web development and programming.
Visual studio Code is one of the leading editors for programming languagesSome Useful extensions you can download are
- General extensions for HTML
- TechER (Open in browser) : Opens your code direct into the browser
- Live Preview (by Microsoft) : Opens your web page within Visual Studio Code, very handy.
- Dummy Text Generator (Guray Yarar) : Generates dummy text for you.- Python extensions
- Python IntelliSense Pylance (Microsoft) : An essential extension for running Python. You will also need to download Python from python.org.
- TabNine AI autocomplete: This completes your code for you. Might be handy to pause it when newly learning code. Hit the tab key to accept code it presents. Free and paid version available.
- Mintlify Doc writer: Generates documentation for your code. Highlight code and click on documentation.- JavaScript extensions
- TabNine AI autocomplete: Same as above. Also works with JavaScript.
- Mintlify Doc writer: Same as above.- General Purpose extensions
- CodeSnap: Take pictures of your code with line numbers neatly formatted for printing.