Maskalenkasdoc
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 9
-
创建于 auto import is importing everything on the same line
When I use the auto import feature to paste a code snippet it is currently showing like this: import { Authentication,AuthenticationParams } from "@/domain/usecases"; import { HttpPostClientSpy } f... -
创建于 how to show parent lines instead tab in tsx file?
in other editors a line to the left is represented in each tag to represent the opening and closing of it but in webstorm it's different how to fix it? -
创建于 How to open sass mixin with all possible parameters
I wanted to open the mixin size with all parameters already preselected ($width:width, $height:height). It's possible? Currently when I select the mixin it opens like this: @include size() rather ... -
已编辑于 Argument clearCache in jest not work with other commands
Currently I have the following command which clears the cache and starts testing the application: however when I apply the same arguments in webstorm it ends up crashing in the part of clearing th... -
创建于 How to restart debugger Express when server file regenereted
Currently I have a server.js file that is always regenerated. I would like that whenever it was regenerated the WebStorm debugger would restart it like nodemon does. How would I do that? Or how wou... -
创建于 How to execute clear_jest in project directory?
Currently when I configure the command to clear the cache it runs in my root folder (image below).but I would like it to run only in the project folder (image below) . How would I make him run the... -
创建于 How to apply expression in first argument of live templates variables
I have the variable PROPERTY_NAME. How do I apply a decapitalize to this variable? decapitalize(PROPERTY_NAME) not work -
创建于 how to run only tests edited before commit?
已回答Currently I have more than 100 tests running every time I commit. I would like to know how I can run only the tests that have been changed. -
创建于 See Scss variable value from another file without open the file with variable
I have a variables scss file where I define a colors so: $text-primary-color: #004851;$text-secondary-color: #9b9b9b; I then have other files where I refer to these variables: h1 { color: main....