You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.