tunnelvisionlabs / LangSvcV2

"Language Service V2" reference repository
Other
86 stars 38 forks source link

Simplify java.lang type names in the debugger #30

Closed sharwell closed 9 years ago

sharwell commented 9 years ago

Currently types like Object are shown as java.lang.Object in the debugger. To reduce the horizontal space required by the watch windows (and thus provide users with easier access to information), types in the java.lang package should be automatically simplified to their short form.

sharwell commented 9 years ago

Moved to the new Java repository.