Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aasteria/pixilang-syntax-intellisense

VSCode extension for Pixilang syntax highlighting and IntelliSense support
https://github.com/aasteria/pixilang-syntax-intellisense

autocomplete extension open-source pixilang syntax-highlighting vscode-extension

Last synced: about 1 month ago
JSON representation

VSCode extension for Pixilang syntax highlighting and IntelliSense support

Awesome Lists containing this project

README

        

# Pixilang Syntax & IntelliSense

**Pixilang Syntax & IntelliSense** is a Visual Studio Code extension designed to enhance the Pixilang programming experience by providing syntax highlighting, IntelliSense, and detailed documentation with examples.

![Demo Screenshot](./demo.png)
---

## Features

- **Syntax Highlighting**: Pixilang code is color-coded for better readability.
- **IntelliSense**: Autocompletion for Pixilang's built-in constants, functions and reserved properties.
- **Hover Documentation**: Detailed descriptions, parameter explanations, and examples for built-in functions.
- **Wide Function Coverage**: Basically all built-in features, such as:
- Graphics
- OpenGL
- Animation
- Threads
- File Handling
- Networking
- System Calls, and more!

## Extension Settings

This extension does not add specific settings at this time. Future updates may include configurable options.

## Known Issues

- Custom or user-defined functions are not yet supported in IntelliSense.
- Advanced syntax edge cases may require further fine-tuning.

## Future Plans

- Extend support for sunvox specific functions.
- Add debugging tools for Pixilang.

## For More Information

- [Pixilang Official Website](http://warmplace.ru/soft/pixilang/)
- [Visual Studio Code Extension Development](https://code.visualstudio.com/api)

**Enjoy coding with Pixilang!**