https://github.com/ctf0/vscode-auto-surround
https://github.com/ctf0/vscode-auto-surround
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/vscode-auto-surround
- Owner: ctf0
- License: gpl-3.0
- Created: 2020-01-15T10:27:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T03:58:02.000Z (about 3 years ago)
- Last Synced: 2024-10-11T12:19:04.325Z (over 1 year ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
you can have the same behavior with snippet but
- i got tired of having to create a snippet per each character
- the command `when` failing from realease to another [#86954](https://github.com/microsoft/vscode/issues/86954)
- some chracters surround text as expected in some languages but not in other
so this extension fixes that for good.

## Notes
- the extension doesn't need any configuration, just make a selection and press the surrounding key
- doesn't support inputs because its not exposed to api yet
- https://github.com/Microsoft/vscode/issues/13441