Is there any way to change keyboard shortcuts in Web Access ?
(I am using Team Foundation Server 2012 with Visual Studio 2012).
The problem is that Alt+S shortcut saves a work item, instead of writing a special character ("ś" in my case).
Surprisingly, there is no such customization.
This has been identified as a bug. As you can see, the fix will be shipped with VS Update 2.
Update 2 Announcment
Related
Iam using Visual Studio Code for developing NodeJS apps. Is there a way to make changes while the app is running (debugging) and see them without restarting the app ?
I've requested for this feature and need more votes to get it accepted as valid request. You can vote too and wait with finger crossed.
https://visualstudio.uservoice.com/forums/293070-visual-studio-code/suggestions/10336395-edit-and-continue-node-js
Using VS 2013 with "Node.js-Tools for Visual Studio", changes in functions are applied in realtime.
Furthermore this even works with remote-debugging from within Visual Studio. (Debugging->Attach to process->Node.js remote debugging)
Edit: Sorry, wasn't aware Visual Studio Code was a separate thing.
I need to create swipeable tabs for windows 8 phone in visual studio 2013, cannot find any way around, can anyone help?
Just check Flick events, how they work and concentrate on horizaltalvelocity to identify left/right swipe.Hope this helps.
I have been having an issue since VS 2012 (currently using 2013) that the panels and windows are constantly all over the place. I have worked with VS for years and this hasn't ever been an issue. I know this has something to do with the .vssettings file but I really don't want to go farting around with it.
I would like something like VSWindowManager PowerToy however that doesn't seem to have been updated since 2006.
Does anyone know how to stabilize the location of windows in panels in VS 2013?
Thanks
There is a VS extension called Layouts O Rama I have been using it for about a week now. and I am very pleased with it, it seems to have calmed down all the window madness I was experiencing with various windows coming up all over creation.
It can be installed using the extension manager Tools > Extensions and updates.
I used to have R# 6 with VS2010 and it was great.
Now I installed yesterday R# 7.1 trial and my VS 2012 became slow to the point I really
want to uninstall R# despite all the heartache involved with it.
Any advices on how to troubleshoot this performance issue?
Please be more specific: what kind of projects do you work with, did you notice which particular actions are slow (for example, opening a solution, invoking code completion (IntelliSense) in JavaScript or something like this). Without details I can only give you these general advises:
Close Visual Studio, try to delete your solution caches (they are usually located near your *.sln file, in folder named like _ReSharper.), open Visual Studio again.
Try to temporaty disable/uninstall all other Visual Studio extensions/plugins.
Try ReSharper 8.0 EAP, maybe your issue is fixed there.
ReSharper has a feature that allows you to profile it (menu ReSharper | Help | Profile Visual Studio). If you know a reproducible slow action, you can invoke this feature, make this action and then send this performance snapshot to JetBrains support (http://www.jetbrains.com/support/resharper/) or open a bugreport at http://youtrack.jetbrains.net/. They could tell you which part of ReSharper is slow and how to disable that part.
I have download Visual C++ 2010 and everything is fine but I have a small problem. It does not have the method start without debugging. Why? and how can i run project?
You are probably using the Express Edition of Visual C++ 2010. Some functions have been hidden by default in these editions. I believe the Microsoft's intention behind this is to not confuse novice users as much.
Either use the keyboard shortcut (Ctrl+F5) or switch Visual C++ 2010 Express into Expert Mode. The Expert Mode setting can be found in the menu "Tools" under "Settings":
Screenshot of the Expert Settings option in Visual Studio Express http://www.nuclex.org/images/stories/blog/gamedev/visualstudio/visual-studio-2010-expert-settings.png
Unless it's changed it should be to just press Ctrl-F5 to run it without the debugger.