a b

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
a b created a post, -
a b created a post, Efficient HTML editing
How to edit HTML efficiently in HTML editor?In other editors I always wrote just tag name and [tab], and I had a tag template to fill,e.g. img [tab] was <img alt="|" src="" /> with possibility to n... -
a b created a post, [phpstorm] Quick switching between projects
Is there any fast way to switch between projects?I Netbeans I could open few projects in one instance and it was really useful.How can I work this way in PhpStorm?Is there any workaround for this? -
a b created a post, Shortcut to display argument hints
Is there any keyboard shortcut to display arguments hints when typing the arguments in menthod?(the same when holding a ctrl key while hovering the method name). -
a b created a post, insert (i) mode in IdeaVim plugin
Does IdeaVim plugin support i mode?I want to use commands linke:yi'yi(di<etc.But this doesn't work for me.Am I missing something?Is there any list of not supported commands? -
-
a b created a post, Deeper @var annotation
I have some issues with intellisense for Zend_Framework action helpers.Intellisense fof this simple case works fine:/** @var $object SomeClass*/$object->someMethod();However, the $object has some m... -
a b created a post, Generating PHPUnit tests skeletons
How can I force PHPStorm go generate PHPUnit test methods for methods already existing in classes?(placeholders or using @assert tag)I choose Generate PHPUnit tests... from context menu,and the tes...