Coding: How to get code suggestions and function completion in Netbeans? รหัส: วิธีการรับรหัสข้อเสนอแนะและเสร็จงานใน Netbeans?
Posted on 15. โพสต์ใน 15. Jun, 2009 by Dragos in Apps , Coding มิ.ย., 2,009 โดย Dragos ใน Apps, รหัส
I was struggling myself in finding how to get the code suggestions feature work in Netbeans. ฉันถูกดิ้นรนตัวเองในการหาวิธีการได้รับข้อเสนอแนะรหัสคุณสมบัติทำงานใน Netbeans. I knew it was there and sometimes I accidentally triggered it, but I could never figure out what combination of keys I had to hit in order for the suggestions box to appear. ฉันรู้มันก็มีและบางครั้งผมตั้งใจเรียกแต่ฉันไม่ได้คิดออกว่าชุดของคีย์ฉันได้ไปตีเพื่อให้ช่องคำแนะนำจะปรากฏ. So I decided to open a new window in Netbeans and try all possible keyboard combinations. ดังนั้นผมจึงตัดสินใจที่จะเปิดหน้าต่างใหม่ใน Netbeans และลองชุดแป้นพิมพ์ทั้งหมดไป. Fortunately, I found it quickly โชคดีที่เราพบได้เร็ว ![]()
So, to make the code suggestion and function completion feature work (in Netbeans) you need to hit CTRL+\ whenever you need it. ดังนั้นจะให้คำแนะนำโค้ดและหน้าที่การทำงานคุณสมบัติเสร็จ (ใน Netbeans) คุณต้องกด CTRL + \ เมื่อคุณต้อง. Simple, isn't it? ง่ายๆไม่ได้หรือไม่
Related posts: บทความที่เกี่ยวข้อง:
- JavaScript: Send function as a parameter to another function (callbacks) JavaScript: ส่งหน้าที่เป็นพารามิเตอร์ทำงาน (callbacks อื่น)
- Coding:How to fetch user profile data with SSI.php from a SMF forum database รหัส: วิธีการเรียกข้อมูลโปรไฟล์ผู้ใช้กับ SSI.php จากฐานข้อมูลเวที SMF
- PHP Error: Call to a member function fetch_assoc() on a non-object in PHP ข้อผิดพลาด: การเรียกร้องให้สมาชิกทำงาน fetch_assoc () ที่ไม่ใช่วัตถุใน
- Coding: Don't make mistakes when resizing objects! รหัส: อย่าทำผิดพลาดเมื่อปรับขนาดอบเจกต์! Preserve the initial ratio correctly! รักษาอัตราส่วนเริ่มต้นอย่างถูกต้อง!
- JavaScript: Get anchor from URL JavaScript: Get ทอดสมอจาก URL












































