Is there a way to highlight Elementor Backbone templates in PhpStorm? The code is gray and sad at the moment. Answer PhpStorm does not support code highlighting in the Elementor backbone template. You can check out this comment thread on the Elementors GitHub repository.
Tag: phpstorm
How can I setup webstorm to automatically add semi-colons to javascript functions, methods, etc
When I write Javascript, I use semi-colons. However when I write in webstorm/phpstorm, it auto completes braces and brackets, but doesn’t auto-add a semicolon. I know that isn’t required per the standards, etc., but that’s the way that I code – and I’m not alone, many people code this way. Example: Normally, webstorm/phpstorm will do this, and leave the cursor