Home > Back-end >  Cannot insert a backquote in Eclipse
Cannot insert a backquote in Eclipse

Time:03-13

This is something crazy : I can't insert a backquote in a VueJS (.vue) file with Eclipse!

I open it with the HTML editor of Eclipse and when I put a backquote, it is underlined with a green line and pressing any key afterward removes it.

I am using Eclipse for years with this type of file and its the first time I have this problem.

Trying to put a backquote :

backquote underlined

And then after pressing any key :

enter image description here

I'm on Debian with Eclipse 2021-12 (4.22.0)


EDIT

In fact this behavior appens not only with *.vue files.

I have the same problem with *.md Markdown files as well.

CodePudding user response:

Okay I finally found the problem. It is not related to Eclipse.

In the keyboard layout in my OS I had this layout :

French (deprecated)

Don't know why I had this random layout though changing it to the correct keyboard layout solved the problem.

  • Related