V
V
Vladimir2017-05-10 18:02:03
IDE
Vladimir, 2017-05-10 18:02:03

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

1 answer(s)
O
OnlineSpirit, 2017-05-10
@OnlineSpirit

Same as in *PhpStorm*

<?php
use \yii\helpers\ArrayHelper;
?>

This is PHP Syntax and has nothing to do with the IDE.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question