Questions tagged [visual-studio-power-tools]

23 questions
0
votes
2 answers

Javascript in VisualStudio 2010

Are there any good, reliable plugins for Visual Studio that make Javascript development less painful? Every time I write a closing brace or a semicolon VS feels the need to inappropriately and incorrectly re-indent nearby code.
Adam Rackis
  • 82,527
  • 56
  • 270
  • 393
0
votes
1 answer

Powershell script debug: how to access args via VS

So i have Powershell script and i want to know how to access its args using Visual Studio arguments window: And this is how i try to use this arguments: Write-Host "here's arg 0: $($args[0])" But currently this return empty string: here's arg 0:
0
votes
2 answers

index (zero based) must be greater than or equal to zero and less than the size of the argument list in TFS Power Tools

"index (zero based) must be greater than or equal to zero and less than the size of the argument list" This error occurs when customize workitem using TFS Power Tools in TFS 2013. How can i solve ??
0
votes
1 answer

Error in Unshelve migrate of TFS

I tried to use unshelve /migrate command of tfpt to move the shelves of one branch to another. I have used the command which is given below, tfpt unshelve /migrate /source:"$/Project name/branch name" /target:"$/Project name/branch name"…
IT researcher
  • 3,274
  • 17
  • 79
  • 143
0
votes
2 answers

WP Power Tool does not show any emulator or device

I'm working on Windows 10 Mobile. And when I use WP Power Tool to get the database from Emulator. I've got this problem: the WP Power Tool does not show the emulator to connect. I downloaded the WP Power Tool from…
0
votes
0 answers

Is Visual Studio lacking of compile time check / intellisense on namespace in config files?

I was dealing with Caste IOC container. The same operation can be done inside c# code and in the config file. ServicesContainer.InstanceForTest().Container.Register(Component.For().ImplementedBy());
Revious
  • 7,816
  • 31
  • 98
  • 147
0
votes
1 answer

Regular expression with word boundaries is not matching

I am trying to compute a regular expression to use with TFS Power Tools with the DocumentWell feature. I am testing this in a console application at the moment. Console.WriteLine(Regex.IsMatch(@"C:\User\User\My Documents\Visual Studio…
LukeHennerley
  • 6,344
  • 1
  • 32
  • 50
0
votes
1 answer

How to install EFPowerTool Beta on the right version of VS on my PC

I have several versions of MS Visual Studio installed on my PC. VS 2010, VS Express 2012 for Web and WebMatrix 2. The problem I am having is that when I try to install EFPowerTool Beta (Entity Framework Power Tool)(vsix file) on VS Express 2012 for…
andy
  • 85
  • 2
  • 10
1
2