Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aasteria/pixilang-syntax-intellisense
- Owner: AAsteria
- License: mpl-2.0
- Created: 2024-11-23T09:15:27.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-23T23:23:25.000Z (about 1 month ago)
- Last Synced: 2024-11-23T23:25:24.552Z (about 1 month ago)
- Topics: autocomplete, extension, open-source, pixilang, syntax-highlighting, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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!**