intellij idea hangs when editing gradle script with auto import disabled
Answered
raw_parameters.each { key, value ->
def default_name, lowcase, type, additional_import,dst_package_fix
dst_package_fix=key.replace("","/")
}
every time i input "." in "key.replace(".","/")",the ide hangs and cpu usage jump to 50% or 25%.
raw_parameters is a map
Please sign in to leave a comment.
If the issue persists in 2018.2 available at https://www.jetbrains.com/idea/nextversion/ , please file a bug at https://youtrack.jetbrains.com/issues/IDEA with the steps to reproduce and the thread dumps attached (https://intellij-support.jetbrains.com/hc/articles/206544899).