Hi, my name is Tom Smykowski, I'm a staff full-stack engineer. I build and scale SaaS platforms to millions of users, working end-to-end from system architecture to frontend to mobile. On this blog I share what I learn about creating efficient developer tools and enhancing coding workflows.
What This Article Covers
This article delves into the creation and application of the Hinty extension for VSCode, a tool designed to provide inline code suggestions and enforce coding standards in real-time. It explores the versatility of Hinty across different programming languages and frameworks, highlighting a specific use case involving Angular components and the challenges of implementing file-wide syntax rules.
Questions This Article Answers
- How does the Hinty extension streamline coding practices in VSCode?
- What are the steps to create custom Hinty rules for your coding projects?
- How can Hinty handle complex scenarios like enforcing Angular standalone components?
- What are the limitations of using regex for code analysis in VSCode extensions?
- How does Hinty compare to other coding tools like linters or pre-commit hooks?
Length and Time
A practical guide with detailed examples and insights. Approximately 7 minutes to read.
