Hi everyone!
So I've been using co-pilot for the nearly a year and it's been a real game changer for me. I definitely feel more productive and work quicker. Are there any other extensions or tools that you've come across and found to be particularly useful?
Since my projects span across different languages and frameworks, I'm all ears for recommendations on extensions for anything.
The extensions I'm currently using are below:
Top comments (35)
There is only one that everyone should install marketplace.visualstudio.com/items...
My days of talking to a rubber duck are finally over! Always wanted some company coding on those long days 🤣
🐈⬛❤️
Now that's what I was looking for 🙌🏻
About great extensions you didn't already mentions, I would recommend using the following ones:
ErrorLens turbo-charges language diagnostic features by making diagnostics stand out more prominently, highlighting the entire line wherever a diagnostic is generated by the language and also prints the message inline.
Indent-Rainbow
A simple extension to make indentation more readable
code.visualstudio.com/blogs/2021/0...
settings.json
Thanks for the list. These look great!
Broooooooo, these extensions are many
I just forget to delete some of them🤣🤣. But most of time I use a lot of themes
Use VScode Profiles to manage diff extensions for diff projects
About GitHub copilot, did you try Codeium ?
I like it too.
Not yet, I've heard a lot of great things about Codeium. I can't really fault Copilot too much yet to consider switching. I'm still on the look out for a free solid alternative though!
The Only great thing about codium is that it's free lol
Haha. Touché
A new tool called MarsCode is free now, maybe u can have a try.dev.to/dancemove_marscode/marscode...
Thanks! looks interesting
Thank you. Your post brought in so many discussion. That makes the topic more interesting.
while coding in my flow i often swear aloud and do not want anybody to hear that. It would be nice to have AI companion who would listened my speech and surprised me sometime with reply 🤣
Color Highlight
Highlights colors in the code.
Code Spell Checker
Spellchecker for Markdown, comments, variable names, functions, etc.
Emoji Console Log
Inserts
console.log()
statement with a random emoji and a variable (object, function, etc.) under your cursor to make debugging JavaScript and TypeScript code easier.And Squirrelsong Light theme.
About spell/style checker, I recommend using also
marketplace.visualstudio.com/items...
Based on github.com/crate-ci/typos
Typos and codespell work pretty well together. They will often provide same typos, but it's OK. But using them both will also raise issues one wouldn't.
For style checking I also use
marketplace.visualstudio.com/items...
And
marketplace.visualstudio.com/items...
It helps me to solve many grammar issues
Thanks! I use LanguageTool as a standalone app, going to try these extensions...
This one has been BY FAR the handiest for me!
codeium.com
marketplace.visualstudio.com/items...
It is like GitHub Copilot but free. It has an in-editor AI chat, AI refactor, awesome AI autocomplete, and more!
Best extension I've ever found.
Other than that, I just use Prettier and some other formatting tools.
marketplace.visualstudio.com/items...
marketplace.visualstudio.com/items...
marketplace.visualstudio.com/items...
marketplace.visualstudio.com/items...
marketplace.visualstudio.com/items...
Contextive seems interesting. I have never heard about it
One of my favorite extensions.
marketplace.visualstudio.com/items...
Some comments may only be visible to logged-in visitors. Sign in to view all comments.