Hi,
is there somehow possible to hint method parameter type or class? If I have method "addSomething(enumValue:String)" and enum class EnumValues, then how can I say to IDE use that enum class when trying to autocomplete method argument?
Cheers,
Tanka