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

Kotlin code completion, linting and more for VSCode

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

### Description I get the popup " Updating class path" and it never goes away and does not show progress, and I see no output on the Kotlin output next...

bug

### Description Apologies -- this may well be operator error. I noticed that if I attempt to open the definition source file for identifiers in one of my source files,...

bug

### Description 1. Changes to files don't trigger a change from the language server until they are reopened. 2. Once reopened, the language server uses the previous version of the...

bug

### Description Everything is marked with red underline. The error message says **"Unresolved reference: xxx"** ![螢幕擷取畫面 2022-02-12 211605](https://user-images.githubusercontent.com/78299515/153713077-125fa375-e1e0-4d4a-86d8-7c56e1b5edbc.png) ![螢幕擷取畫面 2022-02-12 211618](https://user-images.githubusercontent.com/78299515/153713079-9d9fc246-d09a-46f0-ac8f-28d992446c8f.png) ### Extension version 0.2.23 ### Additional context Kotlin version:...

bug

We should add a check to `javaSetup.ts` that verifies that the installed Java version is `>= 11` and, if not, presents an error notification (+ skips the language server/debug adapter...

enhancement

**Describe the bug** When I want open up a kotlin file the language server fails to startup. ``` No Java runtime present, requesting install. [Info - 2:44:28 PM] Connection to...

bug

### Motivation It would be helpful if the tooltip showed what to do when there is no main class. ### Description I created a new directory, opened it, and created...

enhancement

### Description I have tried to install the extension in VS Code 1.63.2 on macOS 12.0.1 on a M1 Pro Macbook multiple times. I get one of two errors when...

bug

I have a VScode workspace containing multiple Java projects. None of these projects contains kotlin files. However I noticed that the Kotlin plugin is stilling scanning all my Java projects...

### Description With tab size set to 4 and replace with whitespace, I type a data class in and hit enter and it tabs everything way beyond: ```kotlin @Serializable data...

bug