Using variables from PHP code in your LESS files

assetic: filters: lessphp: apply_to: "\.less$" # Formatter options: compressed, lessjs, classic formatter: "compressed" preserve_comments: false presets: my_variable: "#000" http://isometriks.com/using-less-with-symfony2

Ignoring files in PhpStorm

Sometimes you might need to exclude a single file from your project, so that it will be ignored by inspections, code completion, etc. This is done using the Mark as plain text action. When a file is marked as plain text, PhpStorm does not use it anymore for code completion and navigation. Such file is ...