-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Problem Statement
As of now, the "codeverter" website does not provide users with the ability to automatically format or prettify their converted code. Including code formatting and prettification options would enhance the readability and maintainability of the generated code, leading to an improved user experience.
Proposed Solution
I propose implementing a user-friendly interface element, such as a button, that allows users to opt for automatic code formatting and prettification during the code conversion process. The selected formatting preferences should be applied to the converted code before it is displayed to the user.
To achieve this functionality, consider integrating existing, well-established code formatting libraries (e.g., Prettier etc.) that are compatible with various programming languages. This might need user to select the programming language they are converting from.