Autoformat might remove characters from method declarations #45
Labels
conclusion: resolved
Issue was resolved
criticality: medium
Of moderate impact
topic: language server
Related to the Arduino Language Server
type: imperfection
Perceived defect in any part of project
Describe the bug
declaring a function like this in the
.ino
files(please note the extra spaces)
and calling the autoformat might cause the autoformat to remove some characters:
(please note the missing
o
invoid
)To Reproduce
Steps to reproduce the behavior:
void foo(int i, float x, void* ptr) {}
vid
type in function declarationExpected behavior
Function correctly formatted like:
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: