Vadiru
Website Programmer in USA
- 活动总数 461
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 45
- 订阅数 124
-
已编辑于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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'... -
创建于 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... -
已编辑于 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... -
已编辑于 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... -
已编辑于 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...