vscode-kotlin icon indicating copy to clipboard operation
vscode-kotlin copied to clipboard

Kotlin language support for VS Code

Results 27 vscode-kotlin issues
Sort by recently updated
recently updated
newest added

The variable gets wrongly highlighted as it follows ![image](https://user-images.githubusercontent.com/6921595/183769759-74665724-e68a-4b04-ab3f-cfbe041e5a4d.png)

I have not used this plugin before but according to this fix https://github.com/mathiasfrohlich/vscode-kotlin/issues/6 I would expect that the following section is highlighted in the editor of an `.md` file: ```kotlin...

I removed the builtin-classes import because it doesn't references anything.

adds `lateinit` keyword to the list of storage modifiers (storage.modifier.kotlin) The lateinit keyword isn't currently being highlighted in vscode, because it's not in the grammar. This simply adds it to...

Issue Type: Bug The Kotlin syntax for a double-quote char literal is `'"'`. Enter this by typing '"'. This syntax is highlighted incorrectly in vscode. It's highlighted as if the...

For example, the code `ssid.trim('"')` will break it. See the image attached. ![image](https://user-images.githubusercontent.com/36515177/101019358-c26f2e00-3564-11eb-847f-077284f1b83c.png)

First, look at the following. You can see that the text after the code block is affected by syntax highlighting. I found that the same thing happens when we write...

As of Kotlin 1.3, unsigned datatypes** in common/jvm/native: ** UInt, UIntArray, ULong, etc., etc.

![](https://i.imgur.com/n6J7fXD.png) As you can see, it is confused by comments. Also sometimes happens in other situations: ![](https://i.imgur.com/FY6ffIf.png)

![2](https://user-images.githubusercontent.com/7187599/67876876-e75ec980-fb38-11e9-98d6-51578bd37768.png) ![1](https://user-images.githubusercontent.com/7187599/67876877-e7f76000-fb38-11e9-8a2d-0495be277272.png)