mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2024-11-24 22:42:53 +01:00
9538714af1
Explicit API mode has been removed due to several reasons impacting developer productivity and the natural coding style in Kotlin. Firstly, the mode was found to be more irritating than beneficial, as it forced unnecessary verbosity without enhancing thoughtfulness in coding. It often prompted automatic 'public' insertion reactions to red-highlighted code, which did not genuinely encourage more deliberate coding decisions. Secondly, our aim is to form a robust API primarily through interfaces, which inherently define public scope and duty, rendering explicit API mode somewhat redundant. Lastly, the additional verbosity caused by explicit API mode expanded code lines affecting code readability. The compatibility with the existing plugins is verified via the compatibility checker, so no JetBrains plugins will be affected |
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
build.gradle.kts |