David Maclean
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 Git Commit Changes Group By
Since upgrading to WS 2022.1 the git commit modal is defaulting to "Group by > directory". Even if I change it to not group, the next commit I make it will be grouped again. Is there any way to rev... -
已编辑于 Run test gutter icons when jest is not an immediate dependancy
I'm trying to configure my Run configurations to use an external jest dependency. The setup is done from a fork of create-react-app. If I create an app from `create-react-app` and open the default ... -
创建于 Project title includes `, .git`
已回答I have a trivial but annoying glitch with one of my projects. The Title in the project launcher and the window menu includes `, .git`. It doesn't appear in the window title. I've deleted the `.idea... -
创建于 create backup of synced settings or restore previously synced setting
I had my instances of webstorm set to sync their setting via IDE settings sync. A colleague asked for a copy of my settings. With sync turned on I could not export. So I turned off IDE settings syn... -
创建于 Live template regex not matching word character
I'm trying to build a regex pattern replacer for a live template variable. The base variable is $PAYLOAD$the expression for the result is:``` regularExpression(PAYLOAD, ":\s*\w+", "") ``` so if I t... -
创建于 Webstorm 2020.1 go to definition not working for named imports typescript
I'm sure this is a configuration somewhere but I can't find it. I have the same project running in both WS2019 and 2020. In WS2019, when working with typescript files I can "go to definition" (when... -
创建于 WebStorm 2020.1 VCS (git) diff preview layout 3 columns
I've just migrated to WebStorm 2020.1 and thought I'd swap to the new git commit layout.While a little confusing at first there's a separation of concerns, two windows to the the same thing done. I... -
创建于 2019.3 breaks lerna mono-repo code highlighting and linting
I have a lerna mono repo, I open the root directory with webstorm. Each child repo lives in "./packages/<repo>". Each child repo has it's own ESLint configuration file ".eslintrc", In 2019.2.3 cod...