-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hello Antonino,
First of all, thank you very much for your Harbour extension for VS Code. I use it a lot and it’s been extremely helpful in my daily work.
I’d like to request a new feature regarding code formatting. Specifically, it would be very useful if the extension could automatically format code to improve readability. For example:
Transform
nFor:=1
into
nFor := 1
And similarly, transform
footer(cName,cDir)
into
footer( cName, cDir )
In short, adding spaces around operators and inside parentheses would make the code cleaner and easier to read.
Thanks again for your excellent work on this extension, and I’d be very grateful if this formatting feature could be considered for future updates.
Best regards,
Alvaro
Metadata
Metadata
Assignees
Labels
No labels