Skip to content

Allow custom icons for reference/IntelliSense components #27764

@Fconstant

Description

@Fconstant
  • 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() {}

... And then when you import:
VSCode import Demonstration

So, there are these default IntelliSense Icons
VSCode Default IntelliSense Icons

I wanted to use the class and interface icons more like Eclipse's icons for Java components.

Eclipse Class Icon

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).

Metadata

Metadata

Assignees

Labels

*out-of-scopePosted issue is not in scope of VS Codeapiunder-discussionIssue is under discussion for relevance, priority, approachuxUser experience issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions