Oleh
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 2
-
Created 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... -
Created 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...