Piotr Tomiak
@piotrtomiak.bsky.social
Bikes 🚵♂️, Lego 🚂 and Pink Floyd 🎸 enthusiast; software dev @WebStorm 💻 Opinions are my own
Show usage and find usages actions on component classes includes their usage in the Angular templates. You can filter these usages out using <> button.
February 14, 2025 at 11:48 AM
Show usage and find usages actions on component classes includes their usage in the Angular templates. You can filter these usages out using <> button.
In @webstorm.jetbrains.com 2025.1 there is also a new intention to extract or inline component template. Use Alt+ENTER to open the intentions and quick fixes menu.
February 14, 2025 at 11:47 AM
In @webstorm.jetbrains.com 2025.1 there is also a new intention to extract or inline component template. Use Alt+ENTER to open the intentions and quick fixes menu.
We've added parameter info popup for blocks, making it easier to figure out the syntax for beginners.
February 14, 2025 at 11:45 AM
We've added parameter info popup for blocks, making it easier to figure out the syntax for beginners.
Next big feature is the long awaited support for Reactive Forms in templates and get queries. Code completion, highlighting, validation, refactoring and quick fixes. Both declaration styles (using constructors or from builder) are supported. 🚀🚀
February 14, 2025 at 11:43 AM
Next big feature is the long awaited support for Reactive Forms in templates and get queries. Code completion, highlighting, validation, refactoring and quick fixes. Both declaration styles (using constructors or from builder) are supported. 🚀🚀
Host Bindings: Refactoring is supported across different places even for CSS classes! We've also supported kind-of-deprecated @ HostBinding and @ HostListener decorators. Try it in 2025.1 EAP and let me know if I've missed anything!
February 14, 2025 at 11:42 AM
Host Bindings: Refactoring is supported across different places even for CSS classes! We've also supported kind-of-deprecated @ HostBinding and @ HostListener decorators. Try it in 2025.1 EAP and let me know if I've missed anything!
Host Bindings: let's start with the biggest feature - host bindings support. We now support code completion for host binding attributes based on directive selectors. Quick fixes for creating fields are also available within the binding expressions.
February 14, 2025 at 11:31 AM
Host Bindings: let's start with the biggest feature - host bindings support. We now support code completion for host binding attributes based on directive selectors. Quick fixes for creating fields are also available within the binding expressions.