Wey
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
创建于 I cannot get PhpStorm to recognize "react-jsx"
My tsconfig.json has the property "jsx": "react-jsx", PhpStorm doesn't seem to recognize any JSX syntax. The same codebase works correclty under VSCode. Is there a way to make PhpStorm to recognize... -
创建于 @api tag on phpDoc
When I have the following class method declared with the @api tag, PHPStorm warns this method is an unused element. I was hoping that declaring a method with @api would let PHPStorm know that metho... -
创建于 PhpStorm being slow lately
I've been using PhpStorm for a little over 3 months and it's being working great, but starting today it has been REALLY slow at a point where it takes about 2-3 seconds for a keyboard key to respon... -
创建于 Multi line search and replace
Say I have the following code: Test.prototype.doSomething = _.debounce( function() { console.log('hello');}, 500); How can I replace the number 500 to 10 in all the files of my project? I can't see...