Recent Releases of effortless-language-servers

effortless-language-servers - v0.6.0 - CodeLens, Linting, improved completion

  • added CodeLens for Minitests to run them on a click in the editor window
  • added basic linting for SOMns code
  • fix stepping issue in debugger
  • improve code completion, also include VM primitives
  • enable partial transmission of arrays in debugger
  • enable completion for more kinds of lexical positions

- Java
Published by smarr over 8 years ago

effortless-language-servers - v0.5.3 - Hotfix

  • fix classpath issue
  • fix race condition
  • fix lang server for use on single files

- Java
Published by smarr over 8 years ago

effortless-language-servers - v0.5.2 - More features and more language coverage

  • load all files in workspace on startup
  • enable go-to-definition for more language constructs
  • add support for workspace symbols (cmd+shift+t)
  • updated lsp4j to 0.4.0-SNAPSHOT
  • updated SOMns to latest 0.5-dev

- Java
Published by smarr over 8 years ago

effortless-language-servers - v0.5.1 - Hotfix

  • fix extension of kernel and platform files

- Java
Published by smarr over 8 years ago

effortless-language-servers - v0.5.0 - Update to SOMns 0.5

  • update to SOMns 0.5 to support new syntax in the parser
    • syntax highlighting still needs to be added
  • add support for braces of array literals and auto-closing
  • change file extension to .ns

- Java
Published by smarr almost 9 years ago

effortless-language-servers - v0.4.1 - Fix Debugger on Marketplace

  • fix broken plugin version 0.4, the version uploaded to the marketplace was not able to run the debugger
  • update LSP implementation for Java, moved to org.eclipse.lsp4j code base (same project as before, but now an official Eclipse project)

- Java
Published by smarr about 9 years ago

effortless-language-servers - v0.4.0 - Compatibility with SOMns 0.4

  • support adaptations in SOMns' Kompos debugger protocol
  • make LSP server more robust
  • make sure LSP server can be used multiple times by using stdin/stdout normally
  • update to latest VS Code

- Java
Published by smarr about 9 years ago