p5.js version
No response
What is your operating system?
None
Web browser and version
No response
Actual Behavior
In the v6 editor, when typing () after a function name, the brackets are auto-closed and the cursor is correctly placed between them. However, an autocomplete suggestion list appears immediately, and pressing the Right Arrow key to move past the closing ) gets stuck/interrupted by the hint popup instead of moving the cursor forward.
In the v5 editor, no autocomplete suggestion appears after typing brackets, so Right Arrow works as expected.
Expected Behavior
Right Arrow key should move the cursor past the closing ) bracket
Steps to reproduce
Steps:
- Open the v6 sandbox editor
- Type function (
- Brackets auto-close to function draw(|) with cursor between them
- Autocomplete hint list appears
- Press Right Arrow key to skip past ) closing bracket
Snippet:
// Paste your code here :)
p5.js version
No response
What is your operating system?
None
Web browser and version
No response
Actual Behavior
In the v6 editor, when typing () after a function name, the brackets are auto-closed and the cursor is correctly placed between them. However, an autocomplete suggestion list appears immediately, and pressing the Right Arrow key to move past the closing ) gets stuck/interrupted by the hint popup instead of moving the cursor forward.
In the v5 editor, no autocomplete suggestion appears after typing brackets, so Right Arrow works as expected.
Expected Behavior
Right Arrow key should move the cursor past the closing ) bracket
Steps to reproduce
Steps:
Snippet:
// Paste your code here :)