coc-haxe
BenHaxe language server extension for coc.nvim
Published Package Summary
coc-haxe
Haxe language server extension for coc.nvim.
Language server features provided by haxe-language-server.
Looking for haxe highlighting in neovim?
check out: https://github.com/vantreeseba/tree-sitter-haxe
Install
In your vim/neovim, run command:
:CocInstall coc-haxe
License
MIT
- Haxe language server extension for coc.nvim
- onLanguage:haxe
- onLanguage:hx
Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.
Open Developer GuideVersion History
This published npm package does not include a history.md or changelog.md file. Browse its npm versions or repository releases for available release information.
Contributed Commands
All contributes.commands entries from the published package manifest for coc-haxe@0.21.1.
This package does not declare any contributed commands.
Configuration Schema
All contributes.configuration entries from the published package manifest, including each raw property schema for coc-settings.json.
Raw JSON Schema
{
"type": "string",
"default": "build.hxml",
"description": "Path to hxml for project."
}Raw JSON Schema
{
"type": "bool",
"default": true,
"description": "Use internal language server module."
}Raw JSON Schema
{
"type": "string",
"default": "../bin/server",
"description": "Path to haxe server module."
}