Bobwirka
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
Bobwirka created a post, Webstorm marks duplicate identifier error for variables from separate files
Using Webstorm 2017.3.1. Webstorm will mark a class as a "duplicate identifier" if the same name is used in two separate files in the same project. If I declare "class A" in "sandbox1.ts", and "cla... -
-
Bobwirka created a post, CTRL-hover not showing type of property (10.0.4)
Using version 10.0.4, and am finding that CTRL-hover sometimes does not show the type of a property.Using this code snippet:var someVar ={ a : {text: 'at' , value: 'av'}, b : {text: 'bt' , valu...