Oneil Programming Language Support for VS Code
This VS Code extension adds language support for the Oneil programming language.
Current Features
- Syntax Highlighting: Enhances code readability with semantic syntax highlighting for Oneil language constructs.
- Go to Definition: Jump to the definition of parameters, models, and imported Python files and functions
- Hover Information: View the labels and notes associated with a parameter, model, function, or Python module by hovering
- Inline Errors: See errors directly in the editor
Planned Features
We are actively working on expanding the capabilities of this extension. Upcoming features include:
- IntelliSense and Autocomplete: Smart code completion for Oneil
- More to come!: We're continuously working to improve the development experience for Oneil programmers
Installation
- Open VS Code
- Go to the Extensions view (Ctrl+Shift+X)
- Search for "Oneil"
- Click Install
Requirements
- Visual Studio Code version 1.0.0 or higher
- Oneil installed on your PATH, or set Oneil: Server Path in settings
[!NOTE]
If the language server is not on PATH (for example when using a local build), set oneil.serverPath to the full path to the oneil executable.
Known Issues
Please report any issues you encounter on our GitHub repository.
Contributing
We welcome contributions! Feel free to submit pull requests or open issues on our GitHub repository.
| |