1

Resolved

ctrl-space in django template intellisense on already completed identifier

description

With the following code

{{ content }}


If I place the cursor right after the middle t and I hit ctrl-space, I will get the following:

{{ contentent }}


I would have expected the text not to change, but the cursor to move at the end of the completed word.

comments