Welcome to the official Visual Studio Code (VSCode) extension for Squig, a dynamic and interpreted programming language crafted using Python 3. Squig is designed with the main objective of providing an easy and accessible way to interact with the computer system hardware. This extension enhances the Squig development experience within the popular VSCode editor, offering features to boost productivity and streamline the coding process.
A language by Harish M.
Enjoy a visually appealing coding experience with Squig-specific syntax highlighting. The extension ensures that your Squig code is easily readable and distinguishable within the VSCode editor.
Run your Squig programs seamlessly within VSCode's integrated terminal. This feature allows you to execute and test your code without leaving the editor, enhancing your development workflow.
Utilize Squig's main strength - easy access to computer system hardware. The extension includes features that facilitate interactions with hardware components, allowing you to harness the full potential of Squig's capabilities.
- Open VSCode.
- Navigate to the Extensions view (
Ctrl+Shift+X
orCmd+Shift+X
). - Search for "Squig" in the Extensions view search box.
- Click "Install" to install the Squig extension.
- Create a new Squig file with the ".sq" extension.
- Write your Squig code using the VSCode extension features.
- Use the integrated terminal to run and test your Squig programs.
log "Hello techies"
Feedback and Contributions We welcome your feedback and contributions to improve the Squig language and this VSCode extension. Feel free to report issues, suggest new features, or submit pull requests on our GitHub repository.
Happy coding with Squig!