This extension provides language support for PyGo, a custom language combining features of Python and Go.
- Syntax highlighting for PyGo files (.pygo)
- Custom file icon for PyGo files
- Automatic indentation for PyGo code structures
- Support for common PyGo keywords and functions
- Install the extension by downloading the .vsix file and installing it manually in VS Code.
- Reload VS Code after installation.
- Create a new file with the .pygo extension.
- Start writing PyGo code!
- The extension will automatically provide syntax highlighting and indentation support.
def main():
print("Hello, PyGo!")
if True:
print("Indentation works!")
Latest release of PyGo language support
Enjoy coding in PyGo!