A
A
Anton Shtinov2015-07-08 18:59:08
PHP
Anton Shtinov, 2015-07-08 18:59:08

How to set up autocompletion in PhpStorm?

// Тут создаю экземпляр класса
$Mango = new Mango($DataBase);

// пытаюсь использовать один из методов класса
$Mango->

And instead of a list of class methods, I see "no suggestion". And if you click on Mango with the control, it opens the file with the class. Tried doing "Invalidate Caches" - didn't help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2015-07-09
@OnYourLips

Are you sure you are opening a project and not a separate file?
Everything should work right away.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question