is there a way to disable IJ inserting `@NotNull` ...
# intellij
d
is there a way to disable IJ inserting
@NotNull
or
@Nullable
when you do some alt-enter commands like adding a parameter to a
fun
.. ? .. I mean you insert a parameter into a fun call that is more than the amount of actual arguments the fun takes, so it recommends to insert the parameter into the
fun
declaration and when you do it - it often inserts a these annotations as well in the middle of the new parameters
y
can you please file an issue? IJ is never supposed to insert explicit nullability annotations in kotlin code