Closed
Description
The IDE support has now smart support for Charset
, MimeType
, Resource
and Locale
. Looking at the code now, most of them are exposed as String
and the IDE support is tracking them "manually" to offer auto-completion.
It would be much nicer if we moved those keys to their relevant types so that the IDE can just pick up that in a generic fashion.