Skip to content

Feature Request – Code Formatting Improvements #104

Description

@a533

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions