M
M
Mesuti2021-09-26 18:55:25
phpstorm
Mesuti, 2021-09-26 18:55:25

How to fix the addition of paths so that the extra part is removed?

Hey!
On the example of a picture.
When autocomplete ( ctrl + space ) the path to the file is added, but the entire right part is preserved and it turns out .png.png
How to remove the entire part on the right?

615097ec20d45912753544.gif

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Daniil Maslov, 2021-09-27
@Mesuti

There are two types of code completion:

  • When you press Enter: remains part of the code on the right.
  • Pressing Tab: replaces the part of the code on the right with the selected element.

Accordingly, you need to use these two keys depending on the situation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question