StuardoRodriguez yes, there is more; for example, 'scope' methods in Eloquent/Laravel, which are protected. Additionally, we need to track any indirect method call, for example, $this->$foo or use of reflection, and mark all the methods on $this as potentially used.
I think other IDEs are ahead of us, but we'll keep improving on that.