logo Creative Words
 

Visual Studio Code

laptop on desk with items aboutHere you will find a growing list of resources for web development and programming.

Visual studio Code is one of the leading editors for programming languages

Some Useful extensions you can download are

  1. 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.
  2. 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.
  3. JavaScript extensions
    - TabNine AI autocomplete: Same as above. Also works with JavaScript.
    - Mintlify Doc writer: Same as above.
  4. General Purpose extensions
    - CodeSnap: Take pictures of your code with line numbers neatly formatted for printing.