Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Oleg
Total activity
21
Last activity
November 30, 2017 09:02
Member since
March 20, 2017 20:15
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
8
Activity overview
Posts (8)
Comments (5)
Sort by votes
Recent activity
Votes
Created
November 30, 2017 09:02
Thanks a lot!
Community
IntelliJ IDEA Open API and Plugin Development
Is there is any way to emulate database in Db Connections in UnitTests?
0 votes
Edited
October 20, 2017 08:56
Thanks for reply.it is actually Functional tests if we follow terminology. In the documentation JetBrains says that most effective way is to use functional tests mostly, and I also like this approa...
Community
IntelliJ IDEA Open API and Plugin Development
Is there is any way to emulate database in Db Connections in UnitTests?
0 votes
Created
June 07, 2017 08:17
Thanks.Have found some examples here: https://confluence.jetbrains.com/display/PhpStorm/PHP+Open+API
Community
IntelliJ IDEA Open API and Plugin Development
How to set a type for a variable
0 votes
Created
June 02, 2017 11:48
Great, it works. But unfortunatly it does not cover all needed functonality. For example this does not work (and this is most popular DI call): $browser = \Yii::createObject([ 'class' => Browser...
Community
IntelliJ IDEA Open API and Plugin Development
How to set a type for a variable
0 votes
Created
May 30, 2017 19:13
Thanks for info. I will investigate it, looks like it will be very usefull for autocomplete composer package that is on roadmap. But plugin already exists and we actively develop it. It was just on...
Community
IntelliJ IDEA Open API and Plugin Development
How to set a type for a variable
0 votes