0

enter image description here

I installed netbeans, but when I wrote functions like image[prepare or fetch statement], it did not autocomplete.

1 Answer 1

0

netbeans has many type of Code Completion, to get suggested completion of a given function, you can use the shortcut ctrl+space.

please make sure that the necessary package of your function are already imported, and that you declare it in an appropriate code block.

note: the shortcut to import all the required package (given that the project has already access to them) is ctrl+shift+i

Sign up to request clarification or add additional context in comments.

2 Comments

When i use shortcut ctrl+space the function like prepare or fetch in PDO not autocomplete
at first I was talking about java auto-completion, but I see that you are working with PHP, check this SO question and let me know if it helps

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.