Questions tagged as 'visual-studio-2015'

2
answers

Shortcut key navigation

As the complexity of the code increases, a number of keys may appear, opening and closing blocks of code, but several times at the end of the code there is a series of keys like this: } } } } } } Is there any way any shortc...
asked by 12.05.2017 / 15:39
2
answers

Duplicate visual line studio

Is there a shortcut key that replicates the action (ctrl c + ctrl v)? In addition to having to copy hit enter or click the bottom line and paste, can I duplicate this line with any shortcut?     
asked by 26.05.2017 / 00:17
2
answers

Visual Studio 2015 says "this" is redundant

In the early days of my first object-oriented classes I was taught to use this whenever it is a variable or class property. Today I understand when there is a real need to use, for example when a parameter is received in the method tha...
asked by 09.11.2016 / 14:50
1
answer

How to skip all breakpoints without removing them?

Is there any shortcut / setting to ignore all breakpoints without necessarily deleting them from the code?     
asked by 10.07.2017 / 16:03
1
answer

Is it possible to synchronize my Visual Studio projects with another computer?

I use VisualStudio at work and at home. I would like to know if there is any way for my projects that I develop in the work PC to be synchronized in my profile and I can access them on my home computer automatically, without having to copy the V...
asked by 13.10.2016 / 21:19
1
answer

Bookmarks specific lines Visual Studio

Is it possible to put bookmarks in any line of code? style the IDEs ta Inteliji? I got a legacy code here that has 12k lines a report class, I spend a lot of time finding the main methods, even with CodeMap it's impractical, it has more than two...
asked by 17.05.2016 / 22:35
1
answer

jquery Intellisense does not work in VS2015 Community

I can not make it work at all. My _references.js /// <autosync enabled="true" /> /// <reference path="bootstrap.min.js" /> /// <reference path="jquery.mask.min.js" /> /// <reference path="jquery.validate.min.js"...
asked by 02.02.2017 / 22:08
1
answer

How to pass text from textbox to report, with VS 2015, in C #?

I'm creating an app for the place where I work, which should print labels based on information I enter in a form I created. For this, I'm creating a smaller version, to test if everything I want works. I'm using Visual Studio 2015 Community w...
asked by 14.10.2015 / 00:42
1
answer

Is rebuild required?

Whenever I pressed the Start button to run my program and test it, it ran correctly. From time to time, whenever I change something and run the program, it does not update, I need to right click on the project in at 'Rebuild' to be able to updat...
asked by 20.02.2017 / 18:19
1
answer

How to create professional designs in WPF

Well, I'm not a Designer this is fact, and those who do not have designer skills suffers a lot with the new interface technologies, among them WPF. Those who do not have a designer knowledge will suffer to create beautiful interfaces with Blend....
asked by 13.07.2016 / 15:05