Skip to content

Releases: marcoroth/stimulus-lsp

v1.0.4

02 Jun 15:51
e97fc02
Compare
Choose a tag to compare

Fixed

  • Add file:// URI scheme to Stimulus Config Commands by @marcoroth in #290

Dependencies

Commits

Full Changelog: v1.0.3...v1.0.4

v1.0.3

23 May 11:54
a3d35bb
Compare
Choose a tag to compare

Added

  • Introduce Config class to configure ignore-list by @marcoroth in #289

Fixed

  • False Positive - "bs" isn't a valid Stimulus controller by @fig in #75

Commits

Full Changelog: v1.0.2...v1.0.3

v1.0.2

22 May 18:02
0b19969
Compare
Choose a tag to compare

Added

Changed

Fixed

Dependencies

Commits

Full Changelog: v1.0.1...v1.0.2

v1.0.1

12 May 15:14
93fdd53
Compare
Choose a tag to compare

Dependencies

Commits

Full Changelog: v1.0.0...v1.0.1

v1.0.0

10 May 17:16
02bd166
Compare
Choose a tag to compare

Stimulus LSP 1.0

image

Added

  • Implement Stimulus Controller Definitions Tree View by @marcoroth in #170
  • Implement CodeLens for showing the identifier a controller connects with by @marcoroth in #178
  • Show unregistered controller identifiers in Tree View by @marcoroth in #186
  • Implement stimulus.controller.action.update code action by @marcoroth in #200
  • Implement stimulus.controller.action.implement code action by @marcoroth in #202
  • Don't provide stimulus.controller.update action if suggestion is null by @marcoroth in #203
  • Implement stimulus.controller.register code action by @marcoroth in #205
  • Add registerControllerDefinition command to Tree View Items by @marcoroth in #187
  • Add diagnostics for Stimulus Value types by @marcoroth in #212
  • Implement stimulus.package.deprecated.import diagnostic by @marcoroth in #214

Changed

  • Refactor SourceFile errors to diagnostic population by @marcoroth in #208
  • Validate Default Value types in Value Definitions by @marcoroth in #209
  • Only suggest default Stimulus Value if it's non-default by @marcoroth in #260
  • Improve range-accuracy on value definition diagnostics by @nachiket87 in #249
  • Fix Value Name for autocompleting Stimulus Value attributes by @marcoroth in #259

Dependencies

See more
Read more

v0.3.0

26 Nov 21:01
3db0205
Compare
Choose a tag to compare

Added

Fixed

Dependencies

Show all

New Contributors

Commits

Full Changelog: v0.2.1...v0.3.0

v0.2.1

24 Oct 13:57
86bd86b
Compare
Choose a tag to compare

Added

Dependencies

  • Bump eslint from 8.51.0 to 8.52.0 by @dependabot in #55
  • Bump eslint-plugin-prettier from 4.2.1 to 5.0.1 by @dependabot in #57
  • Bump @typescript-eslint/parser from 6.8.0 to 6.9.0 by @dependabot in #58
  • Bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.9.0 by @dependabot in #56

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Oct 09:41
6d340a3
Compare
Choose a tag to compare

Added

  • Support for multiple controller root folders by @marcoroth in #45
  • Introduce stimulus.attribute.mismatch diagnostic for Stimulus Values by @marcoroth in #43
  • Implement stimulus.controller.update Quick-Fix Action by @marcoroth in #46

Fixed

  • Fix diagnostics for camelized Stimulus Value names by @marcoroth in #32
  • Fix autocomplete for camelized Stimulus class and value attributes by @marcoroth in #41

Internal

  • Add GitHub Action for publishing extension by @marcoroth in #40
  • Upgrade stimulus-parser to 0.0.11

Dependencies

Commits

Full Changelog: v0.1.1...v0.2.0

v0.1.1

10 Oct 20:46
9281685
Compare
Choose a tag to compare

What Changed

  • Add missing npm package dependencies to .vscodeignore by @leonvogt in #14

New Contributors

Commits

Full Changelog: v0.1.0...v0.1.1

v0.1.0

02 Oct 10:16
b13b5fd
Compare
Choose a tag to compare