
VS Code extension to quickly jump between your class, template, and styles in your Angular single file components
The Angular Inline Jumper is a tool designed to enhance productivity for developers working with Angular single file components. By providing quick access to core sections of your component files—namely the class, template, and styles—it streamlines the workflow and makes navigating your code much simpler. This handy utility is particularly beneficial for those who frequently switch between different parts of their components, as it minimizes the time spent searching for specific sections.
With each update, the Angular Inline Jumper introduces improvements that further refine the user experience. The ability to efficiently jump between sections while automatically scrolling ensures that developers can maintain their focus on coding without unnecessary interruptions.
Quick Navigation: Instantly switch between your component's class, template, and styles using customizable keyboard shortcuts.
Default Keybindings: Enjoy convenient default keybindings for navigation—Template: (alt/option)+T, Styles: (alt/option)+S, Class: (alt/option)+C.
Scroll to View: The jumper automatically scrolls the relevant section into view, reducing the need for manual scrolling when jumping to templates, styles, or classes.
Support for Default Exports: The latest update allows support for default exports, enhancing usability and coding flexibility.
User-Friendly Updates: Regular updates improve functionality, such as adjustments to keybindings and usability enhancements based on user feedback.
Easy Setup: Get started quickly with a straightforward installation process that integrates smoothly into your development environment.
Initial Release Features: The first version laid a solid foundation with essential features, including a thoughtful design for improved coding efficiency.

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.