Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different icons from procedure and function in Symbol list #28592

Closed
Danieleeee opened this issue Jun 13, 2017 · 4 comments
Closed

Different icons from procedure and function in Symbol list #28592

Danieleeee opened this issue Jun 13, 2017 · 4 comments
Assignees
Labels
api feature-request Request for new features or functionality ux User experience issues

Comments

@Danieleeee
Copy link

  • VSCode Version: 1.13.0
  • OS Version: Windows 7

Hi,
is possible to have differe icons from functions and proceures?
1

@patrys
Copy link

patrys commented Jun 13, 2017

It looks like we don't currently have a separate SymbolKind for procedures. I think it would be very useful to get one seeing how we have symbol kinds for all kinds of base types.

@ramya-rao-a
Copy link
Contributor

From @patrys in #28649 (comment)

Currently imported classes, types, constants and so on look like regular variables. It would be useful to either have a separate SymbolKind to indicate imports or a separate boolean flag (so a thing can be a function and be imported at the same time).

@MartinHaeusler
Copy link

This would be a really neat feature. There are two types of imports that I can think of right now:

const myImport = require('....')

and the ES6 syntax

import {A, B} from '...'

Distinguishing imports from variable and constant declarations would allow editor views to filter out one or the other and/or display them in different ways.

@jrieken jrieken added api feature-request Request for new features or functionality ux User experience issues labels Jun 14, 2017
@jrieken
Copy link
Member

jrieken commented Nov 17, 2017

This feature request will not be considered in the next 6-12 months roadmap and as such will be closed to keep the number of issues we have to maintain actionable. Thanks for understanding and happy coding!

@jrieken jrieken closed this as completed Nov 17, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api feature-request Request for new features or functionality ux User experience issues
Projects
None yet
Development

No branches or pull requests

6 participants