Brightly Lit
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 10
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...