- extend plugin compatability from 241 to 243
- extend plugin compatability from 233 to 241
- extend plugin compatability from 232 to 233
- extend plugin compatability from 223 to 232
- Fixed wrongly claiming user did not install racket package
- extend plugin compatability from 222 to 223
- Add file icon for Racket files
- Support for Intellij 2022
- Support for IntelliJ 2021
- Added "lint with expand" local inspection
- Made "unused requires" a local inspection
- Brace matcher
- Inspection description for
unused requires
- Unused requires inspection
- Support parsing braces '{' '}'
- Support parsing real, rational, signed, inexact and exact numbers
- Make plugin available on all IntelliJ products
- Support limited 'here strings' (only delimited by #<<EOF ... EOF)
- Made lexer and parser slightly more lenient
- Support IntelliJ 2020.2
- First public release
- Minimal language support, including syntax highlighting
- Description to plugin.xml
- Racket logo
- Minimal language support, including syntax highlighting
- Initial scaffold created from IntelliJ Platform Plugin Template