Releases: mathiasfrohlich/vscode-kotlin
Releases · mathiasfrohlich/vscode-kotlin
1.7.1
1.7.0
1.6.0
Changelog
- Add smart code snippets for
funtryandfor - Add smart bracket matching and autoclosing pair
- Add
external,sealed,reified,suspend,byand other keywords - Add highlighting support for
::,?.and?:operators - Add highlighting for annotations
- Add comment region code folding support
- Improve highlighting for classes and functions with better word boundaries.
Thanks to @belyaev-mikhail for contributions that made its way here.
1.5.0
Changelog
- Fix highlighting for backticks in imports
- Add highlighting for Kotlin in markdown documents
Thanks to the following contributors that helped make this release possible
1.4.0
Changelog
- Introduce languageId kotlinscript for
*.ktsfiles - Add
expectandactualkeywords
Thanks to
1.3.0
Changelog
- Update language file based on the latest from the sublime text package
- Add highlighting for
companion,interface,lateinit,dynamic===,!===,+=,-=,*=,/=and others.. - Remove highlighting for
trait,thenand<> - Remove .jetl and .jet file extensions
Thanks to