David Maclean
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created 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... -
Edited 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 ... -
Created Project title includes `, .git`
AnsweredI 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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...