[Helm] `{{` Autocomplete adds extra `-}}` when `-` is typed
See original GitHub issueIf I type {{
code automatically adds }}
and everything is fine. but if I write -
, then code automatically adds -}}
and I’ll end up with {{--}}}}
which is not fine.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Allow using `completion-styles` in Helm and implementation of ...
So Helm assumes that whatever text it starts out with in the minibuffer is correct and immutable until the next time you invoke...
Read more >Helm Completion
Generate autocompletion scripts for Helm for the specified shell. Options. -h, --help help for completion. Options inherited from parent commands.
Read more >Autocompletion when creating Internal Links in Org-mode
With helm and in org-mode insert an internal link to a heading by starting a helm search, selecting the target, and typing C-c...
Read more >Helm Operations. K8s Helm service orchestration ... - Medium
Initialize Helm Chart Repository. This is the first step, after installing Helm , you can use the helm command to add a Chart...
Read more >Which completion framework do you use and why? : r/emacs
There's Helm, Ivy/Counsel, Selectrum, Ido, etc. ... while marginalia adds extra columns to show the permission bits, file sizes etc.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Autocomplete also results in extra brackets on both sides.
After the initial
{{--}}}}
shown in capture, if I then attempt anif
, I end up with:{{- {{- if condition -}}
{{- end -}}-}}}}
Hi @itowlson still happening on me, but in my case, every time I type
{{
auto closed with triple bracket}}}
instead of double}}