Your Favorite VsCode Plugins

Joined
Mar 19, 2022
Messages
39
Reaction score
16
What are your favorite vscode plugins?
I am actively coding with python, but you can give suggestions for different languages and fields.
Thanks :)
 
Hear me out ....

Imagine you could pet and interact with furry friends while programming.

Cats... And dogs.... And duck....? And ... Snake ? And rock ?? And even clippy the talking clip from the old office word version ???

My favorite extension is vscode-pet and it allows you to spawn animal and other things inside your ide, watch them walking all over the place and have small interactions with them.
 
What are your favorite vscode plugins?
I am actively coding with python, but you can give suggestions for different languages and fields.
Thanks :)
Here are some of my favorite VSCode plugins across various languages and fields:
  1. Python:
    • "Python" by Microsoft: Provides Python language support.
    • "Pylance": Enhances Python development with fast and feature-rich language support.
  2. JavaScript/React:
    • "ESLint": Linting for JavaScript and React.
    • "Auto Close Tag": Automatically closes HTML tags in JSX.
  3. Git:
    • "GitLens": Adds powerful Git capabilities to VSCode.
    • "GitHub Pull Requests": Streamlines GitHub pull request workflows.
  4. General Productivity:
    • "Bracket Pair Colorizer": Colorizes matching brackets for improved code readability.
    • "Live Server": Launches a local development server with live reload features.
  5. Theme and Appearance:
    • "Material Icon Theme": Provides material design icons.
    • "Dracula Official": A popular dark theme for VSCode.
  6. Markdown:
    • "Markdown All in One": Offers comprehensive Markdown editing features.
    • "Markdown Preview Enhanced": Enhances Markdown preview with additional features.
  7. Docker:
    • "Docker": Simplifies Docker container management within VSCode.
  8. Remote Development:
    • "Remote - WSL": Allows working with VSCode in the Windows Subsystem for Linux.
  9. Database:
    • "SQL Server (mssql)": Enables SQL Server support in VSCode.
  10. Machine Learning:
    • "Jupyter": Adds Jupyter notebook support for interactive data science workflows.
These plugins enhance productivity, improve coding experience, and provide language-specific features, making them favorites across various development scenarios.
 
I`m frontend(fullstack) dev, and for me surely those are ESLint and Prettier + AutoClose Tag.
 
I think copilot is the most requested demanded feature.

Anyone would do anything for that.
 
The "in your face" plugin seems to be some 10th grade school project lol.

I thought it's gonna be something amazing.

For now I like copilot, but openAi chat-gpt does better.

I think paying $10 for it is too much as it has bugs and chat gpt works better (more creative and detailed). Just requires me to alt + tab a lot, but that's a tradeoff.
 
Back
Top