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

Conflict with VS Code autoClosingBrackets #27

Closed
amkgo opened this issue Jan 22, 2016 · 2 comments
Closed

Conflict with VS Code autoClosingBrackets #27

amkgo opened this issue Jan 22, 2016 · 2 comments
Labels

Comments

@amkgo
Copy link

amkgo commented Jan 22, 2016

After installing this plugin, the VS Code auto closing bracket function is broken.

  1. When I type function show( the ) shows automatically as function show(), but when I type another ), it becomes function show()) and the cursor is stayed in the middle of two )). Only if I input something into the bracket like function show(msg) then the cursor moves to the end without any problem.
  2. After I type function show(msg) { the } doesn't show out automatically.

Andrew

@aioutecism
Copy link
Owner

Insert mode is missing some functionality due to VSCode not providing custom keybinding context support. (Requested here: microsoft/vscode#1432)
I'll do something with (), {} and [] before VSCode supports it.

@aioutecism aioutecism self-assigned this Jan 23, 2016
@aioutecism aioutecism removed their assignment Feb 11, 2016
@aioutecism
Copy link
Owner

This should be solved in 1.0.0.
However, 1.0.0 depends on VSCode >= 0.10.12.
You can download the VSCode insiders version here and install amVim to try it.

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

2 participants