C Declaration Sorter Extension for Visual Studio CodeOverviewThis extension provides a convenient way to sort declarations within source code files and header files based on the order of their definitions. It enhances code readability and organization by maintaining consistency between definition and declaration. Features
Usage
Requirements
Extension SettingsThis extension does not have any configurable settings. Known IssuesCurrently, there are no known issues with this extension. If you encounter any problems or have suggestions for improvements, please feel free to submit an issue on GitHub. Release NotesVersion 1.0.4Updated extension icon. Version 1.0.3Added support for comments before macros like Version 1.0.2Made sure to only sort function declarations and no other kind of declarations. Version 1.0.1Added a check for a semicolon behind the method declaration to ensure it is really one to be sorted. Version 1.0.0Initial release of C Declaration Sorter Extension. LicenseThis extension is licensed under the MIT License. Thank you for using the C Declaration Sorter Extension! If you find it useful, please consider leaving a review and rating in the Visual Studio Code Marketplace. If you have any feedback or questions, don't hesitate to reach out. Happy coding! |