Ryan Epps
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Ryan Epps created a post, Webstorm not autocompleting imported react functional components or CSS classnames
For example if I import a react component like so import MenuItem from "./MenuItem"; In the return, I would expect to type "M" see the suggestion for "MenuItem" and press tab to have this autocomp... -
-
-
Ryan Epps created a post, Saving Multiple Layouts
I see there is a "store as default layout" option.However I use different layouts depending on what I'm working on. Sometimes I use my Vertical portrait monitor for WebStorm, and for other projects... -
Ryan Epps created a post, Object inspector / autocomplete for class variants.
For exmaple In the above image I have an event that receives an object of type Interaction. I type guard to insure the interaction is of the variant type SelectMenuInteraction .The problem is, we...