Wey

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created 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... -
Created @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... -
Created 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... -
Created 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...