J
J
jeyak2015-10-29 04:07:51
phpstorm
jeyak, 2015-10-29 04:07:51

Why are some hints missing in phpstorm?

For example, for intval() I type and it tells what arguments the function has and which one follows which. conveniently.
And for include, for example, there is no hint. Yes, this function is simple and obvious, but this is just an example.
There is no for() either, and there are many such functions. for a smart ide, as it is very weak.
How to turn it on?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2015-10-29
@jeyak

And for include, for example, there is no hint. There is no for() either, and there are many such functions.
The fact is that these are not functions, but language constructs and their syntax is quite flexible .
If you have problems with them - make yourself a live template (they are already ready, in fact) with the necessary options.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question