Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>HTML Setup+New to Visual Studio Code? Get it now.
HTML Setup+

HTML Setup+

HTML Setup+

|
727 installs
| (0) | Free
Helps you setup a HTML page with CSS and JS included.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

HTML Setup+ 🚀

Create HTML pages with ease right from Visual Studio Code. This extension simplifies the process of generating HTML files with CSS and JavaScript references.

🔧 Installation

  1. Open Visual Studio Code.
  2. Go to Extensions (Ctrl+Shift+X).
  3. Search for "HTML Setup+"
  4. Click "Install" to add the extension to your workspace.

🚀 Usage

  1. Open your project in Visual Studio Code.
  2. Use the Command Palette (Ctrl+Shift+P) and search for "Create HTML Page."
  3. Select the command to generate a new HTML file with CSS and JavaScript references.
  4. The HTML file is created in your workspace root directory.

📝 Example Output

<!DOCTYPE html>
<html>
  <head>
    <title>My HTML Page</title>
    <link rel="stylesheet" type="text/css" href="styles.css" />
  </head>
  <body>
    <h1>Hello, World!</h1>
    <script src="script.js"></script>
  </body>
</html>

🚧 Contributing

Contributions and feedback are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or create a pull request.

📄 License

This project is licensed under the MIT License.

📧 Contact

For questions or support, you can reach out to the project maintainers at andy.197197@yahoo.com.

Enjoy creating HTML pages effortlessly with this extension! Happy coding! 🎉

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft