Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexey Belkov
Total activity
68
Last activity
April 03, 2023 05:55
Member since
September 25, 2018 09:21
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
30
Activity overview
Articles (0)
Posts (0)
Comments (38)
Sort by recent activity
Recent activity
Votes
Created
January 26, 2021 11:18
It could be a bug. Please file an issue at http://kotl.in/issue with a self-contained code sample to reproduce and investigate. Thanks!
Community
IntelliJ IDEA Users
[KOTLIN] "Declaration has type inferred from a platform call (...)" warning for "void" call combined with expression syntax
0 votes
Created
November 19, 2020 13:04
I think you want "Go to implementation" (Ctrl+Alt+B): https://www.jetbrains.com/help/idea/navigating-through-the-source-code.html#go_to_implementation
Community
IntelliJ IDEA Users
InelliJ IDEA navigation in this scenario in Kotlin language
-1 votes
Created
September 04, 2020 12:50
Please vote for https://youtrack.jetbrains.com/issue/KT-10589 and follow it for updates. Hopefully we will improve Dokka support in IDEA in the future.
Community
IntelliJ IDEA Users
Why is Dokka and KDoc so Poorly Supported by IDEA?
0 votes
Created
August 03, 2020 12:21
Thanks :)
Community
IntelliJ IDEA EAP Users
erroneous "redundant lambda arrow" (or problem with Kotlin compiler)
0 votes
Created
July 31, 2020 16:37
Official comment
Please try the latest EAP version of Kotlin 1.4.0-RC, it should not be a problem: https://kotlinlang.org/eap/#build-details. New type inference is smart enough to figure out the correct type withou...
Community
IntelliJ IDEA EAP Users
erroneous "redundant lambda arrow" (or problem with Kotlin compiler)
0 votes
Created
June 22, 2020 08:36
The fact that Java allows you to mutate a `varargs` array is arguably a bug in the language design and abuse of `varargs` feature. I doubt that Kotlin will change its behavior here, because it will...
Community
IntelliJ IDEA Users
OpenCL calls not correctly transformed from Java to Kotlin
0 votes
Created
June 19, 2020 13:53
Kotlin always makes a copy of `vararg` arguments for safety, so `devices` array will not have its entries initialized after the call to `clGetContextInfo` - they will still be `null`. As a workarou...
Community
IntelliJ IDEA Users
OpenCL calls not correctly transformed from Java to Kotlin
0 votes
Created
June 17, 2020 11:52
Official comment
Thank you, created https://youtrack.jetbrains.com/issue/KT-39652, please watch it for updates. I do not have a workaround, sorry.
Community
IntelliJ IDEA Users
IntelliJ IDEA "in" is keyword but "out" is modifier?
0 votes
Created
June 17, 2020 11:16
Official comment
Hello. I have played with a few different project configurations, but failed to reproduce the issue. Can you please create an issue at http://kotl.in/issue with a sample project and IDE logs attached.
Community
IntelliJ IDEA Users
What *exactly* does "Configure Kotlin" mean?
0 votes
Edited
June 03, 2020 17:21
I don't think there is a built-in action like that in Intellij. Can you please show that video?
Community
IntelliJ IDEA Users
Move curly bracket on another line - IntelliJ
1 vote
«
First
‹
Previous
Next
›
Last
»