ActionScript type hinting?
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
请先登录再写评论。
Hi Tanka,
I'm not aware of such functionality, but we have smart completion for "typesafe enums", e.g.
Hi Konstantin, thanks for responding!
I'm looking similar feature like here, but in ActionScript :) http://blog.jetbrains.com/webide/2012/10/validating-javascript-code-with-jsdoc-types-annotations/
Regards,
Tanka