The current version of the VS Code plugin lacks support for certain essential properties, such as scrollbar-gutter, which can be crucial for providing a comprehensive and polished experience to users.
Proposed Solution
Integrate support for scrollbar-gutter and any other missing properties to enhance the functionality and usability of the plugin.
Additional Context
As developers, we know how important it is to have a well-organized and efficient codebase. The ability to sort properties in a logical order significantly improves code readability and maintainability.
Steps to Reproduce (if applicable)
Open a file with the properties in question.
Invoke the sorting function within the plugin.
Observe that the scrollbar-gutter property is not being handled properly.
Expected Behavior
Upon invoking the sorting function, the scrollbar-gutter property should be sorted along with other properties in a logical order.
Suggested Implementation
To address this issue, we could consider the following steps:
Identify the missing properties and assess their impact on the overall functionality.
Implement the necessary logic to handle scrollbar-gutter and other missing properties.
Your contributions to this project are highly appreciated! Let's work together to make this plugin even more powerful and user-friendly.
Problem
The current version of the VS Code plugin lacks support for certain essential properties, such as scrollbar-gutter, which can be crucial for providing a comprehensive and polished experience to users.
Proposed Solution
Integrate support for scrollbar-gutter and any other missing properties to enhance the functionality and usability of the plugin.
Additional Context
As developers, we know how important it is to have a well-organized and efficient codebase. The ability to sort properties in a logical order significantly improves code readability and maintainability.
Steps to Reproduce (if applicable)
Open a file with the properties in question. Invoke the sorting function within the plugin. Observe that the scrollbar-gutter property is not being handled properly.
Expected Behavior
Upon invoking the sorting function, the scrollbar-gutter property should be sorted along with other properties in a logical order.
Suggested Implementation
To address this issue, we could consider the following steps:
Identify the missing properties and assess their impact on the overall functionality. Implement the necessary logic to handle scrollbar-gutter and other missing properties.
Your contributions to this project are highly appreciated! Let's work together to make this plugin even more powerful and user-friendly.