Oleh
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 2
-
Oleh commented, -
Oleh created a post, WS doesn't have suggestions for ts alias that goes deeper then src.
I have these aliases: (tsconfig) "baseUrl": "./","paths": { "features/*": ["./src/features/*"], "selectors/*": ["./src/redux/selectors/*"]}, features work fine, but `selectors` don't. TS don't... -
Oleh commented, -
-
-
-
-
Oleh created a post, multicoursor like in sublime.
I used to use "ctrl+alt+arrow" buttons to make multicoursoring. I found out that in your IDE's I have to hold "alt" and click. I don't want to move mouse, so how can I setting multicoursoring by pr...