Robert Anthony External
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
-
Robert Anthony External created a post, Can WebStorm 'audit' my imports in a NodeJS project to inform me when (and _where_) I need to only import some exports?
I'd like to be able to go through my project and change things likeimport R from 'ramda'const sillyValue = R.add(2,3) to import {add} from 'ramda'const sillyValue = add(2,3)Does WebStorm have any k... -
Robert Anthony External commented, -
Robert Anthony External created a post, My .env values are not being updated consistently -- caching or not writing by WebStorm?
This is a long shot -- and to be clear, I don't think WebStorm is at fault here -- but I've been having problems where changes in my .env variables are not being reflected in run-time, that is, if ... -
Robert Anthony External commented, -
Robert Anthony External created a post, How do I get WebStorm/TypeScript to 'forget' about other content roots?
I temporarily added another content root to my WebStorm project, and then removed it. The two content roots were the same repo downloaded into separate directories. WebStorm is now quite confused... -
Robert Anthony External commented, -
-
Robert Anthony External created a post, Is Version Lens (or something similar) available as a plugin for WebStorm
I've looked but didn't find something similar to https://marketplace.visualstudio.com/items?itemName=pflannery.vscode-versionlens on the WebStorm plugin marketplace. Is there anything that provides... -
Robert Anthony External commented, -