java - Regarding the issue of class guidance in IDEA, I would like to ask all the experts for help! Still looking forward to an answer! grateful!
phpcn_u1582
phpcn_u1582 2017-05-17 10:07:54
0
2
404

If I were in

There is a class called AAA in the cn.xxxx.xxxxx.domain package, which has various methods

after that

Another class is defined in the cn.xxxx.xxxxx.net package. This class needs to call the methods in the AAA class in the cn.xxxx.xxxxx.domain package. .

Is there a setting that allows the idea to be

Import the class in the form of import cn.xxxx.xxxxx.domain.AAA

In this way, you can directly write the method name below and use it. .

instead of

when calling the method

cn.xxxx.xxxxx.domain.AAA.method name to use the method

Because the package path is very deep, this code appears to be a lot.

Write the method name. option enter is directly cn.xxxx.xxxxx.domain.AAA. The method name is indeed a bit annoying

How to set it? Help!

phpcn_u1582
phpcn_u1582

reply all(2)
漂亮男人

I figured it out by myself,,, and recorded it!
http://blog.csdn.net/CCCCalcu...

伊谢尔伦

Probably this is the setting

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!