Tagged: visualstudio

1

YOGA C630 WOS: Software development scenarios

Since I use all kinds of development tools in my day to day work life, I decided to test out what I can develop on the YOGA C630 WOS. Turns out, quite a lot of things. This article will explore the YOGA C630 WOS from a developer point of view....

0

Peek definition

You probably know F12 in Visual Studio, which transfers you to the point of a definition. But did you know that pressing Alt-F12 will invoke a function called peek definition, which only opens a small popup to inspect the code, but will not actually go there. Much faster to check...