zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
35.33k stars 1.79k forks source link

golang: Backticks autoclosing does not work #12025

Closed ZeroHawkeye closed 1 week ago

ZeroHawkeye commented 2 weeks ago

Check for existing issues

Describe the feature

image As you can see above, the automatic closing of double quotes after typing the first backtick is also disabled.

If applicable, add mockups / screenshots to help present your vision of the feature

No response

osiewicz commented 1 week ago

the automatic closing of double quotes after typing the first backtick is also disabled. That's kind of expected, as we disable it while in another string or comment.

I've already got a PR up for backticks autoclosing though, thanks for spotting that.

ZeroHawkeye commented 1 week ago

image This problem does not seem to be completely solved. For example, when ``internal input", double quotes cannot be automatically closed.