Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vantreeseba/coc-haxe
https://github.com/vantreeseba/coc-haxe
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vantreeseba/coc-haxe
- Owner: vantreeseba
- Created: 2020-01-24T23:36:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T19:50:46.000Z (5 months ago)
- Last Synced: 2024-09-24T16:12:33.916Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# coc-haxe
Haxe language server extension for [coc.nvim](https://github.com/neoclide/coc.nvim).
Language server features provided by [haxe-language-server](https://github.com/vshaxe/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
```## Configuration options
- "haxe.useModule":
Use the haxe language server module. (Non module not supported ATM), default: `true`
- "haxe.modulePath":
Use haxe language server module at given path., default: `../bin/server`
- "haxe.hxml":
The HXML file to use for building the project., default: `build.hxml`
Trigger completion in `coc-settings.json` to get full list of options.
## Commands
- `haxe.goToHxml` jump to the current hxml in the configuration.
- `haxe.changeHxml some.hxml` tell haxe language server to use another hxml.
- `haxe.restart` restarts the coc client for haxe language server.
- `haxe.printConfig` prints the current haxe language server config.## License
MIT