Digital Craftsman
  • Search
Sign in Subscribe

ide

A collection of 4 posts
ide

Navigate back in PHPStorm

Do you know the case where you search for something within a PHPStorm project and want to jump back where you where before? Or that you jumped to a declaration of a function or to a usage of it? Fortunately there is way to navigate back through your, lets call
Feb 27, 2015
cache

Solve PHPStorm syntax highlighting problems

Did you ever have the problem that PHPStorm doesn't want to show the right syntax highlighing? More often then not syntax highlighting problems in PHPStorm stems from cache issues. To solve them you can try the following menu action: File => Invalidate Caches / Restart... => Invalidate and Restart
Jan 12, 2015
link

Temporary text files in PHPStorm

PHPStorm is (in my opinion) the best PHP IDE out there. It is - like most IDEs - project based and therefore it's not possible to create a new temporary text file to paste content in (like you're used to in a text editor). Instead you have to create a
Aug 28, 2014 1 min read
php

Symfony services with autocomplete in IDE

I use PhpStorm [http://www.jetbrains.com/phpstorm/] as my IDE for PHP development. It has a nice framework integration for Symfony but lacks the autocomplete when you get services through the container: $mailChimpService = $this->get('hype_mailchimp'); To let the IDE know which kind of object a variable is
Jan 22, 2014 1 min read
Page 1 of 1
Digital Craftsman © 2023
  • Datenschutz
  • Impressum
Powered by Ghost