Make Code Responsive
Description
Make Code Responsive is a Visual Studio Code extension that helps you transform your CSS and JavaScript code to be responsive.
Features
- Transform CSS units from px to percentages for responsiveness.
- Add JavaScript window resize event listeners for responsive behavior.
Usage
- Select code: Highlight the CSS or JavaScript code you want to transform.
- Run the command: Open the command palette (
Ctrl+Shift+P or Cmd+Shift+P on macOS) and type "Make Code Responsive" to run the command.
- Choose tech stack: Select the tech stack (CSS or JavaScript) from the options provided.
- Transformation: The selected code will be transformed to be responsive.
Requirements
- Visual Studio Code 1.75.0 or higher.
Known Issues
- Currently only supports basic transformations for CSS and JavaScript.
Release Notes
0.0.1
- Initial release of Make Code Responsive.
Enjoy!
| |