Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
B Language Server
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
B Language Server
Commits
a25eb6dd
Commit
a25eb6dd
authored
4 years ago
by
SeeBasTStick
Browse files
Options
Downloads
Patches
Plain Diff
some documentation
parent
a9075c3b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+21
-1
21 additions, 1 deletion
README.md
with
21 additions
and
1 deletion
README.md
+
21
−
1
View file @
a25eb6dd
# b-language-server
A language server implementation for B, using ProB as backend, based on Java/Kotlin
A language server implementation for B, using ProB as backend, based on Java/Kotlin. This language server comes with his
own version of probcli.
## Usage
After starting the server; either from an IDE via main or by building and executing a shadowjar, a language client can
connect to it via port 55555.
## Capabilities
-
Calling ProB Java Kernel with additional options
-
Options need to be specified by the client; They are requested by the server
-
Options are:
*
val strictChecks : Boolean = true
*
val wdChecks : Boolean = true
*
val performanceHints : Boolean = true
*
val probHome : String = "DEFAULT"
*
val debugMode : Boolean = true
## Clients
-
VSCode: https://marketplace.visualstudio.com/items?itemName=SeeBasTStick.b-language-extension
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment