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

Organize Imports "optionally" sort imports case sensitive #49181

Closed
GordonSmith opened this issue May 4, 2018 · 2 comments
Closed

Organize Imports "optionally" sort imports case sensitive #49181

GordonSmith opened this issue May 4, 2018 · 2 comments
Assignees
Labels
javascript JavaScript support issues typescript Typescript support issues

Comments

@GordonSmith
Copy link

  • VSCode Version: 1.23.0
  • OS Version: Windows 10 1803

Steps to Reproduce:

  1. Enable "editor.codeActionsOnSave": {"source.organizeImports": true} in the user settings
  2. Save a TS file with imports that have mixed cased imports import {aClass, BClass, cClass, DClass} "..."}

Does this issue occur when all extensions are disabled?: Yes

Can we get an option to sort the imports case insensitive - I would suggest mirroring the TSLint settings: https://palantir.github.io/tslint/rules/ordered-imports/

@vscodebot vscodebot bot added the new release label May 4, 2018
@vscodebot
Copy link

vscodebot bot commented May 4, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@mjbvz mjbvz self-assigned this May 4, 2018
@mjbvz
Copy link
Collaborator

mjbvz commented May 4, 2018

Duplicate of microsoft/TypeScript#23366

@mjbvz mjbvz marked this as a duplicate of microsoft/TypeScript#23366 May 4, 2018
@mjbvz mjbvz closed this as completed May 4, 2018
@mjbvz mjbvz added typescript Typescript support issues javascript JavaScript support issues labels May 4, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
javascript JavaScript support issues typescript Typescript support issues
Projects
None yet
Development

No branches or pull requests

2 participants