p5.js version
No response
What is your operating system?
None
Web browser and version
No response
Actual Behavior
When using the autocomplete hint in the editor and selecting a function suggestion (e.g. preload), pressing Enter or Tab only inserts the function name without the parentheses (). The expected behavior would be to insert the full signature like preload().
Expected Behavior
The autocomplete should insert the complete function with brackets — preload()
Steps to reproduce
Steps:
- Open the editor
- Type function preload
- Wait for the autocomplete hint to appear
- Press Enter to accept the suggestion
Snippet:
// Paste your code here :)
p5.js version
No response
What is your operating system?
None
Web browser and version
No response
Actual Behavior
When using the autocomplete hint in the editor and selecting a function suggestion (e.g. preload), pressing Enter or Tab only inserts the function name without the parentheses (). The expected behavior would be to insert the full signature like preload().
Expected Behavior
The autocomplete should insert the complete function with brackets — preload()
Steps to reproduce
Steps:
Snippet:
// Paste your code here :)