Answer the question
In order to leave comments, you need to log in
How to make in NetBeans that the classes would be connected at the top (use)?
Good day! The problem is that when I use some external class in the NetBeans code, it writes it right on the same line (Example: \yii\helpers\ArrayHelper:: etc.), and in the same PhpStorm it connects this class at the top (use yii\helpers\ArrayHelper;) and there is less text in the code. How to do this in NetBeans? Thanks in advance!
Answer the question
In order to leave comments, you need to log in
Same as in *PhpStorm*
<?php
use \yii\helpers\ArrayHelper;
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question