Bloodyrax
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
Bloodyrax 创建了一个帖子, 已回答Docker - docker-compose down removes the container from the list
Hello,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... -
Bloodyrax 创建了一个帖子, 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... -
Bloodyrax 进行了评论, -
Bloodyrax 创建了一个帖子, 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 ... -
-
Bloodyrax 创建了一个帖子, 已回答VCS UI actions to show the simplified runned command
Hello, 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... -
Bloodyrax 创建了一个帖子, 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... -
Bloodyrax 创建了一个帖子, 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)...