I’ve gotten very used to having VSCode autoformat my file when I save. Usually, I use Prettier. But I joined a project that uses ESLint to manage its code style, and I wanted to match the team’s formatting. I wanted that sweet auto-formatting on save, but using theeslintrc.jsonf...
When you edit in one of the supported languages (JavaScript, JSON, HTML, CSS, Less, Sass, C# andTypeScript) VS Code has IntelliSense, a technology that hints at autocompletion of functions and parameters, as you type them. Code Formatting Two handy commands (Format DocumentandFormat Selection...
If you’re keen to make your own commits, check out the Project Roadmap above to see potential enhancements for the project. Also, use Cmd/Ctrl+Shift+F in VSCode and search for todo: to find spots that need attention. Please visit the Commits tab for more opportunities to assist....
So, I decided to check it out. The moment I switched to VSCode from Sublime, I felt overwhelmed, to say the least. But I’ve had serious issues with Sublime whenever I wanted to debug code, write TypeScript, or autoformat via ESLint/Prettier. It’s been 10 years since I’ve been ...