December 2019
Beginner to intermediate
770 pages
16h 14m
English
Imagine that you have a large number of code files, and you need to edit the definition of a variable or field that you are currently using. With many other editors – or development environments – you most likely have to save all the files in text format, then search through all these code files and be sure to replace that variable name. This task not only can be annoying, but can also distract you from the original code you were writing.
Visual Studio Code brilliantly solves this problem by providing the Peek feature, which can be enabled in different ways:
An interactive pop-up window should appear, showing ...
Read now
Unlock full access