Passionate about code, coffee, and making the web a better place ☕️. Writing about Frontend dev and personal growth. Always up for learning and collaborating!
Nicolas is a co-founder at Clever Age. Drawing on over 20 years of experience, he advocates a pragmatic use of Web technologies, defining and applying good technical and methodological practices.
Nicolas is a co-founder at Clever Age. Drawing on over 20 years of experience, he advocates a pragmatic use of Web technologies, defining and applying good technical and methodological practices.
A software engineer interested in solving real problems, developer productivity & learning languages for fun. Primarily working on Node.js, React & databases. Current Interest: Rustlang
PHP Tools for VS Code - first I'm developing it, second it is really fun to work on a complete editor integration and peek into developers needs and problems.
JS Refactor - automated refactorings for JS, TS, React, Vue, etc. I practically can't work without it anymore. 👍
Bracket Pair Colorizer - colors matching brackets and highlights the current captured area between the brackets. It really simplifies staying within the current scope.
Kelson is a maker of things. Professionally, he is a full-stack software developer (React+Typescript/c# or node/SQL or Neo4j). He spends his free time working on projects both inside and out of tech.
"Prettier" is a must have for me, not having to deal with formatting code manually probably saves me several hours a week.
"Code spell checker" is another key extension, especially when writing user visible text.
"Indent Rainbow" and "Rainbow Brackets" are extremely useful for parsing complexly nested sections.
"Comment anchors" is a huge step up for those TODO comments we all leave. They are color coded, can be navigated directly to via an extension page, and show up on the scroll bar. I frequently use this to mark my path as I'm hunting for an elusive bug or building a complex feature.
Latest comments (59)
I found one really cool vscode theme named Jellyfish-x-retro 🚀🚀
Do checkout: marketplace.visualstudio.com/items...
Thanks for your answer, I'll try eslint autofix too.
Looks like
prettier.eslintIntegration: trueis deprecatedSettings Sync
Nothing even comes close how useful this is for me.
These just follow settings sync 😉
Better Comments
Prettier
Eslint
Git history
Hi Brian! I created an article on this topic, maybe you can take a look on it here boobo94.xyz/tips/vscode-setup-for-...
PHP Tools for VS Code - first I'm developing it, second it is really fun to work on a complete editor integration and peek into developers needs and problems.
My favorite language-agnostic extensions
Shameless plug: These are all grouped together into my language agnostic extension pack: Essentials
Others that I'm test driving, but I'm not sold on yet include:
Glad you like Peacock, thanks :)
This is a fantastic list. A bunch I had not heard of so thanks for sharing Braden 👍
Yes all great extensions and themes. Thanks for sharing Basile 👍
JS Refactor - automated refactorings for JS, TS, React, Vue, etc. I practically can't work without it anymore. 👍
Bracket Pair Colorizer - colors matching brackets and highlights the current captured area between the brackets. It really simplifies staying within the current scope.
Love me some bracket pair colorizer and really need to look into that JS Refactor one. Thanks for sharing Chris 👍
"Prettier" is a must have for me, not having to deal with formatting code manually probably saves me several hours a week.
"Code spell checker" is another key extension, especially when writing user visible text.
"Indent Rainbow" and "Rainbow Brackets" are extremely useful for parsing complexly nested sections.
"Comment anchors" is a huge step up for those TODO comments we all leave. They are color coded, can be navigated directly to via an extension page, and show up on the scroll bar. I frequently use this to mark my path as I'm hunting for an elusive bug or building a complex feature.
For sure Prettier has saved me a ton of time but there have also been times I've felt like I'm in battle with it haha.
I'm gonna check out the comment anchors as that sounds like a nice addition. Thanks for sharing 👍