Jink for VS Code
Jink language support for Visual Studio Code
Features
This extension adds support for the Jink programming language!
The extension provides:
- Name resolution and auto-completion for defined variables, functions, classes, types and enums.
- Auto-import module completion suggestions.
- Go-to-Def support for variables, functions, classes, types and enums across modules.
- Simple snippets for: function, class, type, enum and control flow.
- Syntax highlighting for keywords, types, operators, numbers, strings and comments.
- Theme-supported icons.
Latest Release Notes
[0.2.0] - 2025-11-25
Added
- Added Go-to-Definition support for variables, functions, classes, types, and enums.
- Added Auto-Import completion suggestions.
- Added workspace symbol scanning to find definitions across all modules.
- Added
enum validation and snippets.
- Added import validation and unused warnings.
- Improved variable definition/declaration support and added unused warnings and undefined errors.
- Added additional snippets:
extern, import, if, while, for.
Fixed
- Corrected alphanumeric identifiers being mislabeled.
License
This project is distributed under the MIT License - see the license file for details.
Copyright © 2018-2025 Jacob Noah, jink-lang contributors
Enjoy!
| |