Developer experience is not only about nice editors and fast build times. It is about reducing friction so developers can focus on solving problems rather than fighting with tools. Among the most effective developer experience tools available today is static code analysis. By examining code without running it, static analysis surfaces potential issues early and […]| The JetBrains Blog
The way developers create plugins implementing the Language Server Protocol (LSP) in JetBrains IDEs is undergoing a significant shift. With PyCharm and IntelliJ IDEA adopting a unified distribution mo| The JetBrains Blog
With Link Preview Card plugin display Open Graph protocol metadata (content rich links) on WordPress sites.| N3F.com
If you distribute plugins on JetBrains Marketplace, this post explains the trader verification requirements and how to stay compliant.| The JetBrains Blog
If you are developing plugins for WordPress, one of the pain points I’ve struggled with is getting tests running. In the future, I need to document getting javascript tests running. Today, I’m going to outline the method for running phpunit tests. I will also discuss several problems I encountered along the way. First: use @wordpress/env […]| N3F.com