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 getting "Unresolved reference:" in build.gradle.kts but code working fine... ### Extension version [0.2.24] ### Additional context

bug

Simple VSCode usage of the override member protocol extension found in: https://github.com/fwcd/kotlin-language-server/pull/379 (need to be merged after that PR). Have some TODOs I couldn't resolve for now. I suggest we...

Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

The extension is not resolving symbols when opening project inside the workspace. 1. Open workspace and add the java project as a folder.

bug

I have a android/flutter/kotlin project and I am currently not able to work with kotlin code from within VS Code as some dependencies are marked as unresolved (what is wrong)....

An enhance for https://github.com/fwcd/kotlin-debug-adapter/issues/39 Expected to be merged together with https://github.com/fwcd/kotlin-debug-adapter/pull/45

Hi! I'm having issues opening a folder which contains multiple projects in subdirectories. They contain Maven projects and are made up of a mixture of Java and Kotlin files. The...

bug

### Motivation VSCode provides a new testing API with version 1.59: - https://code.visualstudio.com/api/extension-guides/testing - https://jpearson.blog/2021/09/01/test-explorer-in-visual-studio-code/ ### Description It would be cool if we could integrate this, e.g. in a similar...

enhancement

### Description When you right click on kotlin file and use "Open with code" option the Kotlin extension doesn't start. Doing so in folder with that file results in everything...

bug

### Description Currently I am trying to open on of our. projects in VS Code, but in this project we are using KMM, which supports the `expect` and `actual` keywords....

bug