Skip to content

auto-lsp-v0.2.0

Compare
Choose a tag to compare
@adclz-cd adclz-cd released this 24 Jan 17:32
· 114 commits to main since this release
624770a

Added

  • update document link fn signature
  • add Workspace::new constructor
  • add type checking
  • add rstest for improved test structure and parameter validation in Python tests
  • enhance Python workspace AST

Fixed

  • proc macro hygiene

Other

  • move semantic tokens and parsers macros to configuration module
  • enable git release in configuration
  • add traits tests for proc macros
  • add proc_macros tests
  • add multiple constructors for Workspace and move lexer to core crate
  • enhance Workspace struct
  • integrate comment handling into Workspace and remove Session::add_comments
  • rename workspace module to fs
  • replace StaticBuildable with InvokeStackBuilder in core_ast and core_build modules
  • update workspace and document handling, remove MainBuilder struct
  • improve handling of file extensions and fs operations
  • re-export proc macros at root of main crate
  • reorganize proc-macro modules and update field handling
  • proc macro hygiene with StaticUpdate import
  • update extension README
  • add README for WASM Language Server example and update build script
  • update README for crates.io