Bloodyrax
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Created Docker - docker-compose down removes the container from the list
AnsweredHello,First to tell that I am not familliar with docker so, I just started using the integrated docker UI in webstorm, the problem is that I have couple projects which I run with docker.If I stop s... -
Edited Navigate to declaration if it is in index file
Hello,is there a way for example when I have such structure: 1. As you can see I have "Header component" -> and in the file I am NOT Default exporting it2. I have index.ts file where I am importing... -
Created Webstorm how to choose shortest import
Hello,I have a question about is there a way WebStorm to choose the shortest import ?So what I mean, for example if we have such file structure.Now the root components folder under the src is with ... -
Created VCS UI actions to show the simplified runned command
AnsweredHello, I want to ask is there a plugin OR option for the WebStorm to show the runned git command when I am using some of the VCS actions through the IDE UI ?I mean for example when I commit throuth... -
Created Commercial Pricing
Hello, I know that here is information about that already, but I am still little bit confused.I want to ask for example for a company of 10 developers which are going to use WebStorm for example, w... -
Edited Option for live template
Hi, i wanna ask is there are an option for a live template to make something like that: Abbreviaton: "ifnotempty" And when i type: ifnotempty * 3 Result: if ( !empty($a) && !empty($a) && !empty($a)...