Sergei Galkin

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Sergei Galkin commented, -
Sergei Galkin created a post, Typescript: search and suggest possible imports
ReSharper does not suggest imports as you type unknown object name (as far as I remember WebStorm does). Is it possible that this feature will be implemented? http://g.recordit.co/SNtKwLMfPy.gif -
-
Sergei Galkin commented, -
Sergei Galkin created a post, AnsweredTypescript: problem when auto-importing named exports.
I have ES6-style imports enabled. Whenever I try to import some named export ReSharper decides that I want to import everything from a module. So I get this: import * as Item from "../Shared/Equipm...