Parrysj
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created Webpack alias resolution - not working
Hi there What are the constraints around webpack module alias resolution? Mine are not being recognised by Webstorm's problem checking (it runs fine) and I don't know why. My webpack config file (s... -
Created ESLint path invalid when going from PC to Mac
I frequently code on my mac (laptop) and on my desktop. Everything works really well except for the lint path which i have to edit every time i startup again on my macbook pro having worked on my d... -
Created Webstorm on Catalina - invalid paths etc.
Hi Now that i've upgraded to Catalina, webstorm is complaining about various invalid paths like /usr/bin/git e.g.: : error: invalid active developer path (/Library/Developer/CommandLineTools), mis... -
Created Problems with statics
Hi Elena I had a topic the other day about my frustrations with debugging and i mentioned problems with private statics - you asked for an example. I have duly uploaded the file jetbrains_statics.z... -
Created Step-through debugging in Webstorm
Hi Is there an up to date guide on getting step-through debugging in Webstorm (2019.2) working? I'll be honest, debugging with WS has always been very hit or miss for me: Previously i've only been ... -
Created Refactor name using #?
Hi In my javascript project I have babel configured to allow private class properties (i.e. begins with #). Unfortunately Refactor->Rename complains about attempts to rename to an identifier beginn... -
Created Duplicate Declaration error for flow type declaration
Hi If I have the following: // @flowexport class WhatsWrongWithThis { example1 : (string, string)=>void; // doesn't like this example2 : (param1: string, param2: string)=>void; // but t... -
Created Webstorm 2019.1 EAP - doesn't recognise string, Promise etc.
Hi I updated to 2019.1 EAP today. I noticed after the update that Webstorm is highlighting a bunch of things as unrecognised, which it wasn't doing before. For example: - doesn't recognise string a... -
Created Getting webstorm to run with sequelize or recognising externals in webpack or I'm an idiot
Hi Really hope someone can help. I'll try to be succinct here. I'm trying to work with the sequelize (SQL ORM) module, but it just won't compile. After installation of sequelize and adding the depe... -
Created How to get breakpoints to work in Webstorm (react project)
Hi Could someone please help me figure out the magic sauce required to get breakpoints to hit in Webstorm? I'm running a React.js project. It's not a massive amount beyond the create-react-app at t...