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
To add auto-formatting to a language server protocol (LSP) implementation like "noir_lsp" for the "Save" functionality, you would typically want to incorporate a code formatting feature that triggers when a user saves a file. This is a common and useful feature in code editors to ensure that the code is consistently formatted.
Happy Case
Alternatives Considered
No response
Additional Context
It seems that there are three events for this: OnTypeFormatting, Formatting, RangeFormatting
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Apologies for the noise. Couldn't locate the issue, but it seems we might need to open two more issues for two events: RangeFormatting and OnTypeFormatting.
Problem
To add auto-formatting to a language server protocol (LSP) implementation like "noir_lsp" for the "Save" functionality, you would typically want to incorporate a code formatting feature that triggers when a user saves a file. This is a common and useful feature in code editors to ensure that the code is consistently formatted.
Happy Case
Alternatives Considered
No response
Additional Context
It seems that there are three events for this: OnTypeFormatting, Formatting, RangeFormatting
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: