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

feature - per language configuration, and default tick to js/ts/md #2

Closed
jeremychone opened this issue Nov 5, 2017 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@jeremychone
Copy link
Contributor

Problem

As of now, there is only one quote sequence " -> ' -> ` which is not suitable for all language (especially the tick)

Solution

  • Default the Tick to JavaScript, Typescript, and Markdown only.
  • Allow customization with togglequotes.chars For example.
"configurationDefaults": {          
  "[csharp]": {
    "togglequotes.chars": ["\"","'","`"]
  }
}
@jeremychone jeremychone added this to the 0.2.0 milestone Nov 5, 2017
@jeremychone jeremychone changed the title feature - make quote sequence configurable per language, and default tick to js/ts/md feature - per language configuration, and default tick to js/ts/md Nov 5, 2017
@jeremychone jeremychone self-assigned this Nov 5, 2017
@jeremychone
Copy link
Contributor Author

Done and published as 0.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant