You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing on top of an existing identifier, autocompletion either doesn't trigger, or it triggers but sometimes completes in a not-ideal way, for example inserting function arguments when those already exist in the code.
Here function arguments are inserted but then you have to go and delete existing ones:
Here it doesn't trigger:
Expected Behavior
Autocompletion works in these cases, and function arguments aren't inserted if they already exist, or if we are in the middle of a path.
Bug
It doesn't behave as the expected behavior.
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Aim
When typing on top of an existing identifier, autocompletion either doesn't trigger, or it triggers but sometimes completes in a not-ideal way, for example inserting function arguments when those already exist in the code.
Here function arguments are inserted but then you have to go and delete existing ones:
Here it doesn't trigger:
Expected Behavior
Autocompletion works in these cases, and function arguments aren't inserted if they already exist, or if we are in the middle of a path.
Bug
It doesn't behave as the expected behavior.
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: