1
In addition to this question, I come here to ask: how do I do the same process in IDE of Visual Studio? (this does not hold for Code! ) Since, automatically it transforms from it:
var small_var = "hello, world!";
var big_named_var = "foo, bar";
for that reason:
var small_var = "hello, world!";
var big_named_var = "foo, bar";
Is there any way to make the first passage equal always?
Preferably specify which version of Visual Studio works on. This goes for both 2015, 2017 and 2019.
Tag
!code
– Jéf Bueno
@THIAGODEBONIS that question is for Visual Studio Code, that’s from Visual Studio. There is a difference between the two. I quoted this in the question.
– CypherPotato