- Java Programming for Beginners
- Mark Lassoff
- 151字
- 2021-07-02 15:22:44
The code completion feature
While we're talking about NetBeans, let's quickly go over one other IDE feature. Let's say I wanted to write a new line of code and I'm going to use something from the System library:

Once I've typed System., NetBeans can suggest valid responses for me. Only one of these, of course, is going to be what I'm looking for. The NetBeans compiler has a lot of helpful features such as these. If you're the kind of person who thinks code completion is awesome, go ahead and leave these tools on. We can do this by going to Tools | Options | Code Completion and checking the features that we'd like:

If you'd rather NetBeans behave a little more like a text editor, go ahead and uncheck all the features.
There we go, lots of housecleaning in this section, but hopefully quick and not too painful.
- OpenStack Cloud Computing Cookbook(Third Edition)
- OpenDaylight Cookbook
- Learning Real-time Processing with Spark Streaming
- 小程序實戰視頻課:微信小程序開發全案精講
- 自己動手寫Java虛擬機
- Magento 2 Development Cookbook
- R Data Analysis Cookbook(Second Edition)
- Visual C++開發入行真功夫
- Java編程的邏輯
- 持續輕量級Java EE開發:編寫可測試的代碼
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Building Serverless Web Applications
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- Learning JavaScript Data Structures and Algorithms(Second Edition)