Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathiasfrohlich/vscode-kotlin
Kotlin language support for VS Code
https://github.com/mathiasfrohlich/vscode-kotlin
kotlin kotlin-language vscode vscode-extension vscode-language
Last synced: 4 days ago
JSON representation
Kotlin language support for VS Code
- Host: GitHub
- URL: https://github.com/mathiasfrohlich/vscode-kotlin
- Owner: mathiasfrohlich
- License: apache-2.0
- Created: 2016-01-10T18:41:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T00:50:01.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T12:46:43.493Z (9 months ago)
- Topics: kotlin, kotlin-language, vscode, vscode-extension, vscode-language
- Size: 233 KB
- Stars: 198
- Watchers: 11
- Forks: 21
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![](https://vsmarketplacebadge.apphb.com/version-short/mathiasfrohlich.Kotlin.svg)](https://marketplace.visualstudio.com/items?itemName=mathiasfrohlich.Kotlin)
[![](https://vsmarketplacebadge.apphb.com/installs-short/mathiasfrohlich.Kotlin.svg)](https://marketplace.visualstudio.com/items?itemName=mathiasfrohlich.Kotlin)
[![](https://vsmarketplacebadge.apphb.com/rating-short/mathiasfrohlich.Kotlin.svg)](https://marketplace.visualstudio.com/items?itemName=mathiasfrohlich.Kotlin)# Kotlin Language
Syntax support for the Kotlin programming language.
This extension adds basic features to help make writing Kotlin much more pleasant in VSCode## Features
* Syntax highlighting
* Code snippets
* Region code folding## Installation
You can install the plugin by searching for [Kotlin Language extension](https://marketplace.visualstudio.com/items?itemName=mathiasfrohlich.Kotlin) in the extensions market place, or by entering```
ext install kotlin language
```in to the command palette.
## Contributing
We welcome any contributions to help make the extension better. There are several ways you can contribute.
1. By reporting [issues](https://github.com/mathiasfrohlich/vscode-kotlin/issues)
2. Making feature [requests](https://github.com/mathiasfrohlich/vscode-kotlin/issues)
3. Or by contributing code> Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
## Credits
* [Visual Studio Code](https://code.visualstudio.com/)
* [vscode-docs on GitHub](https://github.com/Microsoft/vscode-docs)
* [Kotlin.org](https://kotlinlang.org/)
* [Sublime Text - Kotlin Package](https://github.com/vkostyukov/kotlin-sublime-package)