N
N
Nikita Zuev2018-10-29 18:20:23
JavaScript
Nikita Zuev, 2018-10-29 18:20:23

How to set up paths in VS code in the same way as in webstorm?

In webstorm, if you transfer a file from one folder to another that is referenced by many other files, then in all these files the path to the file that was transferred will be updated. Is it possible to do the same in VS code?
ps in vs code there is native support for this mechanism, but it works with bugs, so you should not trust it

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
abberati, 2018-10-29
@abberati

Vsc is a test editor and webstorm is an IDE. Knowing about the structural dependencies of the code (it is because of this that you can “smartly” transfer files) is the prerogative of the IDE, you should not expect this from text editors.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question