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

Add CompletionItemKind.Directory #17435

Closed
mjbvz opened this issue Dec 16, 2016 · 0 comments · Fixed by #17438
Closed

Add CompletionItemKind.Directory #17435

mjbvz opened this issue Dec 16, 2016 · 0 comments · Fixed by #17438
Assignees
Labels
api ux User experience issues

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented Dec 16, 2016

For PR #17434

For path completion in TS and JS, we would like to be able to distinguish between completions for files and directories. Currently only CompletionItemKind.File exists, and none of the other CompletionItemKinds seem appropriate for directories.

@mjbvz mjbvz added api ux User experience issues labels Dec 16, 2016
@mjbvz mjbvz self-assigned this Dec 16, 2016
mjbvz added a commit to mjbvz/vscode that referenced this issue Dec 17, 2016
Fixes microsoft#17435

Adds a new completion item kind for folder/directories. This is useful for path intellisense

For the icons, I copied the icons for folders into the suggestion icon set. Let me know if new ones are needed instead.
mjbvz added a commit that referenced this issue Dec 19, 2016
* Add CompletionItemKind.Folder

Fixes #17435

Adds a new completion item kind for folder/directories. This is useful for path intellisense

For the icons, I copied the icons for folders into the suggestion icon set. Let me know if new ones are needed instead.

* Fix monaco.d.ts
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api ux User experience issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant