Damian
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Damian created a post, Webstorm is not expanding types in tooltip
I have the following interface:I'm creating a JavaScript Proxy object so that I can have the following api:I'm typing this proxy object as:The issue arises in the tooltip:I expect the tooltip to sh... -
-
Damian created a post, Code completion and import in yarn workspaces suggests non installed dependency pathing
ContextI'm using yarn4 workspaces with the following file structure:In file to-be-used-in-index-from-app-a.js I export a class I want to use in a/index.js:IssueWhen writing code in app b (independe...