Skip to content

Releases: Saigut/intellij-scheme

Version 0.1.10

26 Jun 09:06
Compare
Choose a tag to compare
  1. Support resolving local symbols in lambda, let like forms and define forms
  2. Support resolving symbols imported from library of another file
  3. Improve structure view
  4. Improve Indentation
  5. Support .sls files
  6. Fix some bugs

Version 0.1.9

11 Jun 15:17
Compare
Choose a tag to compare
  1. Support recognizing escape characters in string
  2. Support fold of comment
  3. Fix and improve lexer
  4. Fix and improve Indentation
  5. Fix symbol resolve

Version 0.1.8

08 Jun 11:04
Compare
Choose a tag to compare
  • Improve lexer and parser
  • Improve structure view
  • Support Find Usage, Rename, and Fold

Version 0.1.7

30 May 09:18
Compare
Choose a tag to compare
  • Update for running on newer intellij platform
  • Remove REPL

Version 0.1.6

14 Jul 15:08
Compare
Choose a tag to compare
  • Fix some indentation issues
  • Support r6rs define-record-type

Version 0.1.5

10 May 18:21
Compare
Choose a tag to compare
  • Recognize more keywords
  • Recognize datum comment
  • Support completion of defined symbols
  • Bug fix

Version 0.1.4

19 Feb 16:51
Compare
Choose a tag to compare
  • Compiled on newer IntelliJ platform, to prevent crash.

Version 0.1.3

10 Jan 14:43
Compare
Choose a tag to compare
  • Support resolving variables defined by (define xxx) statements
  • Support Structure View to simply display variables defined by (define xxx) statements
  • Bug fix

Version 0.1.2

30 Jan 15:27
Compare
Choose a tag to compare
  • Support block comment
  • Support to recognize characters

Version 0.1.1

09 Nov 17:40
Compare
Choose a tag to compare

Support for all IntelliJ products