Results 59 comments of Vo Kn

Not working on IDEA 2020.2.3.

Note that I solved it temporarily with custom serializer: ```kotlin package net.goout.jackson import com.fasterxml.jackson.core.JsonGenerator import com.fasterxml.jackson.databind.SerializerProvider import com.fasterxml.jackson.databind.module.SimpleModule import com.fasterxml.jackson.databind.ser.std.StdSerializer val lowerCaseEnumJacksonSerializerModule = SimpleModule().also { val lowerCaseEnumKeySerializer = object :...

I am afraid I am not entirely sure about the way this should be implemented so if you want to implement it differently I guess, you better do it yourself...

+1, this is necessity. The settings should be able to invoke from the paste dialog.

Is there any progress?

Having the same issue with current IntelliJ Idea