Skip to content

Releases: Settis/dasm-vscode

Release 2.2.1

27 Jan 22:48
Compare
Choose a tag to compare

Fixed

  • Remove elements duplication in autocompletion

Release 2.2.0

27 Jan 13:22
Compare
Choose a tag to compare

Added

  • Better propogation macroses and segmens from macroses

Release 2.1.0

27 Jan 11:35
Compare
Choose a tag to compare

Added

  • Work with segment names: autocompletion, usage, renaming
  • Evaluate ifconst and ifnconst and process them accordingly

Release 2.0.0

21 Jan 11:41
Compare
Choose a tag to compare

Braking change

  • deleted configuration for completely hiding labels from autocompletion

Added

  • Added configuration for the current file only label autocompletion
  • Autocompletion from indirect including files
  • Renaming

Release 1.4.1

16 Dec 21:16
Compare
Choose a tag to compare

Fixed

  • Excluding structure macros names from suggestion

Release 1.4.0

10 Dec 16:00
Compare
Choose a tag to compare

Added

  • Structure macros support
  • Open file from include directive
  • Outline view & document symbols

Fixed

  • disable autocompletion for addressing mode
  • disable autocompletion for hex digits
  • no more crashes on recovered parse result
  • correct handling of using '=' sign in expressions
  • work with untitled (unsaved) documents

Release 1.3.1

11 Jul 18:29
Compare
Choose a tag to compare

Fixed

  • do not stop processing the source after the first syntax error

Release 1.3.0

27 Jun 17:56
Compare
Choose a tag to compare

Added

  • configuration for hiding labels from autocompletion

Fixed

  • disabled word based suggestions
  • label navigation for macros args
  • label autocompletion for second and other macros args

Release 1.2.0

21 May 21:03
Compare
Choose a tag to compare

Added

  • completion for preprocessor keywords
  • completion for macros
  • completion for labels

Fixed

  • nested directives are parsed correctly
  • dynamic variables definition and usage do not show any error
  • keep all INCDIR while resolving INCLUDE in macros

Release 1.1.5

13 Mar 22:28
Compare
Choose a tag to compare

Fixed

  • Windows line endings in macro definition are parsed correctly
  • include directive: more accurate check if file is exists