Tolke
Tolke

Reputation: 198

WebStorm, how to disabled "virtual space" in the middle of text?

This is freaking annoying me. I don't know which option do this, but it is really bothering me so much.

The problem is that WebStorm add a "virtual" space after each text like function or object (picture 1). You can see it because clearly in the highlight text (picture 2).

Also, when I am writing on a line, the text is push right to the caret (picture 3)

I want to know which option is it, to disable it.

freaking space 1

highlighted text

push text

Upvotes: 1

Views: 143

Answers (2)

CrazyCoder
CrazyCoder

Reputation: 401877

There is an open issue for this problem:

  • IDEA-154843 There is a space coming between cursor and the next letter when typing or the cursor is moved.

It definitely helps to select a different font, but reinstalling the latest version of Source Code Pro font may also help.

UPDATE:

It should be already fixed in latest 2017.1 builds.

Upvotes: 1

Tolke
Tolke

Reputation: 198

Thanks the tip from user @yole & user @LazyOne, the problem was the font "Source Code Pro". Changing the font, solve the problem.

As user @CrazyCoder has link this question to an open bug, the next is information for Jetbrains Developers.

  • SO: MacOS 10.12.1
  • WebStorm version: 2016.3.4 (Download it on 8th March 2017)
  • WebStorm plugins: None.

Upvotes: 0

Related Questions