BoxLang 🚀 A New JVM Dynamic Language Learn More...
This is a BoxLang module that implements Microsoft's Language Server Protocol. You most likely will not want to install this module directly. This modules is used by IDE's that also implement the LSP in order to provide a rich editing experience.
Check out the official BoxLang VSCode extension for more information and an example of this project being used.
BoxLang is a professional open-source project and it is completely funded by the community and Ortus Solutions, Corp. Ortus Patreons get many benefits like a cfcasts account, a FORGEBOX Pro account and so much more. If you are interested in becoming a sponsor, please visit our patronage page: https://patreon.com/ortussolutions
The BoxLang LSP is controlled through three separate configuration systems:
| System | File | Purpose |
|---|---|---|
| IDE Workspace Settings | boxlang.lsp.* in
your IDE settings | LSP behavior & performance |
| Project Mappings | boxlang.json at
workspace root | Virtual paths, classpaths, module directories |
| Lint Rules | .bxlint.json at workspace
root | Static analysis rule toggles and severity |
See the Configuration Reference for the complete list of all settings, types, defaults, and descriptions.
.bxlint.json using both LSP file
events (if supported) and a fallback filesystem watcher.| Symptom | Possible Cause | Action |
|---|---|---|
| Config edits ignored | File not at workspace root | Move .bxlint.json to root folder
recognized by client |
| Rules not disabling | Rule id typo | Check the rule ID in the Configuration Reference |
| Paths not filtered | Globs mismatched OS separators | Always use forward slashes /
|
"I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
$
box install bx-lsp