Vadiru
Website Programmer in USA
- Total activity 461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 45
- Subscriptions 124
-
Edited List of function traces through theoretical execution
So, I'm trying to trace how a database column is used, I find it doing a Find in Files search, but it's buried in a function in a class, executed somewhere at the end of one or more long lightning ... -
Created Not seeing how to easily click through git diffs of blame line in revision history commits
I think in SourceTree when I was using it years ago I use to be able to filter commits by changes to a certain blame (annotation) line, where I could click the commit and see the file/line diffs in... -
Created Throwable var showing redundant function suggestions
Is this normal? I'm working with PHP 7, and we just changed all of our `\Exception` instances to `\Throwable`, and the redundant suggestions started popping up. I suppose one is coming from the Ex... -
Created Multiple definitions exist for class... but it only shows one class
I'm not sure what to do with this... It only shows one definition. My project's Language Level is set to PHP 7.4. What other definition is it referring to? Note that I'm using Symfony 3.4 at the m... -
Created Code inspect export generating 500+MB file
I ran the PHP code inspect, which took a while and popped up some out-of-memory warnings, but after finishing, generated a big list of Unhandled exceptions (under PHP -> Error handling), and while ... -
Created Why is PHPStorm suggesting functions that aren't available in the current language level?
I'm trying out PHP's built-in XmlElement object, and PHPStorm gives me a suggestion for ->getChildren(), but when it's added, it then shows a red underline error, upon which hovering shows that it'... -
Created Hard to trace which Exceptions could be thrown in a try/catch block
I sometimes get some random generic error that I have difficulty tracing (it's not hard-coded, or is dynamically-generated), and when it looks like it's coming from a catch block, I'm unable to tel... -
Edited Confusing JSHint errors and pop-ups
I'm a little confused at these new (?) JSHint "errors" I'm seeing scattered all over our .js files now: I already know 'let' is available in ES6... why is this a red squiggly underline error?! Wha... -
Edited PHPStorm can't tell which $.map is going to run?
So... so I have to go through each possible reference it shows me to figure out if that's what's actually being run? Or do I need to trace which .js file is actually being included in the page (ev... -
Edited PHPStorm showing nonsensical PHP version error in stub code
Um... what? I accidentally Cmd+clicked on an `fopen` call in code, and it opened standard_5.php, with things underlined in red, like that `default` thing (nevermind all of the silly HTML inside of...