-
Notifications
You must be signed in to change notification settings - Fork 35.9k
Closed
Labels
*out-of-scopePosted issue is not in scope of VS CodePosted issue is not in scope of VS Codeapiunder-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approachuxUser experience issuesUser experience issues
Description
- VSCode Version: 1.12.2
- OS Version: Windows 10 x64 Pro
Allow customization of icons when you import a new module OR use the IntelliSense autocompletion.
Example with TypeScript:
export const Const = 2;
export class Class {}
export interface Interface {}
export let Let = '23';
export type Type = {}
export function Function() {}So, there are these default IntelliSense Icons
I wanted to use the class and interface icons more like Eclipse's icons for Java components.
Another thing to notice: type and class have the same icon, and it can be really confusing sometimes.
PS: I don't know how it's supposed to be on other languages, I've only noticed this on TS (And JS).
sonikro, mjbvz, everdrone, Fconstant, jiayihu and 17 morelukaszpolowczyk, marzelin, mkatanski, noGreg, davidfrp and 2 more
Metadata
Metadata
Assignees
Labels
*out-of-scopePosted issue is not in scope of VS CodePosted issue is not in scope of VS Codeapiunder-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approachuxUser experience issuesUser experience issues


