Search this blog
PhpStorm Links
Categories
-
Tags
2018.3 2019.1 2019.2 annotated monthly best practices bugfix bug fix Commandline completion composer conference database debug debugging deployment eap editor event ftp inspection JavaScript Languages Laravel navigation PHP PHP 7.4 PHP Annotated Monthly phpdoc PhpStorm phpstorm 9 phpStorm 10 PHPUnit plugins productivity RC refactoring release Symfony Syntax highlighting unit testing update vcs webinar WebStorm XdebugOther JetBrains Blogs
Meta
Tag Archives: Syntax highlighting
PhpStorm 2019.2 EAP #4
The EAP for the upcoming PhpStorm 2019.2 is in full swing and today we have build number 4 for you to try out. Here are some of the goodies you’ll find inside: Run Composer via any remote PHP interpreter. Syntax … Continue reading
Posted in Early Access Program
Tagged .gitignore, 2019.2, code completion, composer, EditorConfig, Syntax highlighting
Leave a comment
Doctrine Query Language Support
When working with Doctrine ORM, the preferred, and probably the easiest, way to work with database queries is to use the Doctrine Query Language or DQL. DQL is a query language for your object model: instead of composing raw SQL … Continue reading
How to provide stubs for PhpStorm
We call PhpStorm “an IDE that actually ‘gets’ your code,” meaning that it provides completion, type inference, inspection, documentation pop-ups, and a lot more coding assistance. For all the Standard PHP Library components as well as for common extensions, this … Continue reading
Posted in Cool Feature, Newsletter
Tagged best practices, inspection, plugins, Syntax highlighting
4 Comments
Working with composer.json in PhpStorm
What makes PHP great is the community that is building frameworks, libraries and nice tools. And more. This awesome community brought us Composer, a dependency manager for PHP which lets us install and update packages from Packagist.org and makes it easy to … Continue reading
Posted in Cool Feature
Tagged completion, composer, inspection, PHP, plugins, Syntax highlighting
4 Comments
Language Injections Enhancements in PhpStorm 8
In many codebases, small islands of different programming languages are being used in code, for example chunks of JavaScript written in a PHP string, or portions of HTML in a JavaScript variable, or database queries inside a string. With PhpStorm 8, we’ve … Continue reading
Posted in Cool Feature, Early Access Program
Tagged completion, editor, HTML, JavaScript, Languages, PHP, productivity, Syntax highlighting
10 Comments
PHP 5.6 support in PhpStorm 8
PhpStorm 8 comes with PHP 5.6 support. With this latest PHP version released end of August, we don’t want to keep you from using new language features like exponentiation via **, use function and use const, constant expressions, variadic functions, argument … Continue reading
Posted in Cool Feature, Early Access Program
Tagged completion, debug, debugging, editor, PHP, Syntax highlighting
7 Comments
Announcing Grunt support in PhpStorm 8 EAP
We are pleased to announce Grunt support in PhpStorm 8 EAP! If you’re new to Grunt, it is a JavaScript Task Runner, much like Phing is for PHP, which can automate a lot of tasks in our development workflow. Grunt … Continue reading
Posted in Cool Feature, Early Access Program
Tagged grunt, JavaScript, Languages, node-js, PHP, plugins, productivity, Syntax highlighting
19 Comments
Syntax highlighting of PHP inside JavaScript (and other languages)
From time to time we have to mix different programming languages in one file. If there is only one or two occurrences of these small, embedded language islands, using Language Injections is the way to go. But what if we … Continue reading
Posted in Cool Feature
Tagged editor, HTML, inspection, JavaScript, Languages, PHP, Syntax highlighting
6 Comments
PhpStorm 7 Web Toolkit Series – Stylus and Compass Support
In web development, there are quite some options available to make writing CSS more concise and developer-friendly. There is Less, Sass, SCSS and more recently Stylus, all languages that sprinkle CSS with variables, mixins, operations and functions. And then there’s … Continue reading
Posted in Cool Feature
Tagged completion, CSS, editor, HTML, plugins, productivity, stylus, Syntax highlighting
4 Comments