msp
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Edited Open file dialog is stuck on loading forever... ??? pls help
AnsweredWhen I try to open a project, it keeps loading forever the file listing without giving a chance to do anything. I tried to reinstall but couldn't solve the problem, please help! -
Created Kotlin: show inferred parameter type hint hotkey?
AnsweredIs there an hotkey to quickly toggle inferred parameter types hints? That'd be very useful! -
-
Created Exclude directory from indexing within gradle projects
AnsweredFor example, when I import a project, the release dir is not excluded, I need to do it manually every time, is there a way to instruct gradle to not make the IDE import it as a "normal" dir ? -
Edited Latest IJ IDEA version with old kotlin plugin
AnsweredI have the newest IJ IDEA IDE with latest kotlin plugin, but my gradle build is still with 1.2.61 and I don't want to port all this old code which works on the new version. The IDE signals all sort... -
Created node_modules directory location
IntelliJ assumes the node_modules directory is at the root of the current module but this is simply not always the case, and I have to create all sorts of symlinks and junctions to cheat IntelliJ t... -
Created Intellij idea does not find the kotlin sources of my jar, but it's there
AnsweredI don't understand why IntelliJ idea is not able to download the sources from artifactory It says it tried at this link: http://build.screenfood.com/artifactory/libs-release/sfn-adapters-core/back... -
Created Output path constantly being reset
AnsweredI am working with Kotlin in a gradle project. Every time I try to change the output path to something else than **\out\production\classes, it is reset automatically to **\out\production\classes. Wh... -
Created Kotlin indentation style Whitesmiths is not possible
AnsweredAt the moment it's not possible to set a Whitesmiths indentation style, both with the options or editorConfig rules... Indeed the indent_brace_style directive is completely ignored. Is there anothe...