language-server

Cucumber Language Server

MIT License

Downloads
3.1K
Stars
29
Committers
12

Bot releases are visible (Hide)

language-server - v1.5.0 Latest Release

Published by github-actions[bot] 7 months ago

Added

  • Allow Javascript/Typescript glue files with the following file extensions: cjs, mjs, cts, mts - #85

Fixed

  • Fixed c-sharp glob paths for step definitions and feature files - #89
  • Specify minimum supported node version (#100)
  • Fixed the issue preventing standalone operation outside of VS Code - #74
language-server - v1.4.0

Published by github-actions[bot] almost 2 years ago

Added

Fixed

  • Fixed a regression in the python language implementation for regexes #119
language-server - v1.3.0

Published by github-actions[bot] almost 2 years ago

Added

  • Expose registry and expressions #73.
language-server - v1.2.0

Published by github-actions[bot] almost 2 years ago

Added

  • Added context to python snippet to properly support behave
  • Added ParameterType support to the python language implementation. This is currently supported via cuke4behave
language-server - v1.1.1

Published by github-actions[bot] about 2 years ago

Fixed

  • (TypeScript) Fix bug in template literal recognition
language-server - v1.1.0

Published by github-actions[bot] about 2 years ago

Added

  • Add support for document symbols (#98, #106)
  • (Java) Recognise regexps with (?i), with the caveat that the resulting JavaScript RegExp is not case insensitive (#100, #108)
  • (TypeScript) Add support for template literals without subsitutions. (#101, #107)

Fixed

  • Fix standalone startup (for use in e.g. neovim) (#66, #68)
language-server - v1.0.1

Published by github-actions[bot] about 2 years ago

Fixed

  • Fix rust snippet fn name to lowercase (#103, #104)
language-server - v1.0.0

Published by github-actions[bot] about 2 years ago

Added

Fixed

  • Don't throw an error when Regular Expressions have optional capture groups (#96, #97).
language-server - v0.13.1

Published by github-actions[bot] about 2 years ago

Fixed

  • Fixed a regression in URI handling on Windows.
language-server - v0.13.0

Published by github-actions[bot] about 2 years ago

Added

  • New API to make it possible to start the server in-process. This enables some additional features in the vscode extension. (#65)
language-server - v0.12.14

Published by github-actions[bot] about 2 years ago

language-server - v0.12.13

Published by github-actions[bot] about 2 years ago

Fixed

  • Update default globs to work with Pytest-BDD conventions (#64
language-server - v0.12.12

Published by github-actions[bot] about 2 years ago

Fixed

language-server - v0.12.11

Published by github-actions[bot] over 2 years ago

Fixed

language-server - v0.12.10

Published by github-actions[bot] over 2 years ago

language-server - v0.12.9

Published by github-actions[bot] over 2 years ago

Fixed

  • Log working directory in addition to root path
language-server - v0.12.8

Published by github-actions[bot] over 2 years ago

Fixed

  • Don't throw an error when generating suggestions for RegExp.
language-server - v0.12.7

Published by github-actions[bot] over 2 years ago

Fixed

  • Improved logging
language-server - v0.12.6

Published by github-actions[bot] over 2 years ago

Fixed

  • Don't crash on optionals following non-text or whitespace
language-server - v0.12.5

Published by github-actions[bot] over 2 years ago

Fixed

  • Upgrade to @cucumber/language-service 0.25.0