Tag: IntelliJ

3 Must-Have IntelliJ Plugins to Boost your Productivity

In software development, productivity is often a function of how well you leverage the tools at your disposal. IntelliJ IDEA, a widely-used Integrated Development Environment (IDE), offers a plethora of features out-of-the-box. However, the true power of IntelliJ lies in its extensibility — it...

Debugging Your Angular Application in IntelliJ/WebStorm: A Step-by-Step Guide

On my first day at work, after learning that I would be working with Angular, I wanted to understand how Angular’s debugger worked to increase my somewhat limited knowledge. However, despite pressing the debug option in Angular CLI and placing breakpoints where necessary in my IDE, Webstorm, t...