Skip to content

v1.0.0

Compare
Choose a tag to compare
@marcoroth marcoroth released this 10 May 17:16
· 148 commits to main since this release
02bd166

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

New Contributors

Commits

Full Changelog: v0.3.0...v1.0.0