productivity-power-tools

Active tab fixed to the left in Visual Studio

徘徊边缘 提交于 2020-01-12 13:52:15
问题 I have recently installed a few tools in Visual Studio, such as Resharper and Power tools. And now my Visual Studio seems to be " smarter " than before. Whenever I switch to another tab, this active tab will be set as the first tab. How can I disable this behaviour? 回答1: The active tab behavior also changed for me randomly after restarting VS. This is how I fixed it (with Productivity Power Tools extension installed) : Tools -> Options -> Productivity Power tools -> Custom document well ->

Where can I find Solution Navigator after installing Productivity Power Tools 2012?

帅比萌擦擦* 提交于 2019-12-22 08:54:33
问题 I'm really interest in using solution navigator after reading the article about Productivity Power Tools 2012. After I install Productivity Power Tools 2012 in my VS2012, somehow I can't find the solution navigator everywhere. Could someone tell me where can I find it? Also in the article didn't mention it. By the way, I couldn't find it in "View" and Quick Launch... It will be really helpful to me and lot of peoples if someone suggests the solution. 回答1: Solution Navigator was a part of

Productivity power tools 2013 remove vertical indent lines

…衆ロ難τιáo~ 提交于 2019-12-18 11:39:54
问题 I'm using "Visual Studio 2013 Ultimate" and "Productivity Power Tools 2013". There are these vertical indent lines and I don't know how to remove them. I tried disabling "Column Guides", but it was not related to this. Here is an image of what it looks like now: Any ideas? 回答1: Found it. It is the "Structure Visualizer" option. Go to "Tools->Options" and in dialog select "Productivity Power Tools". It is an option close to the end of the list: 回答2: VS 2013, I have to include this step: Tools

TODO comment font color in VS2010 with ReSharper and Productivity Power Tools

梦想与她 提交于 2019-12-17 22:19:35
问题 I just installed the Productivity Power Tools for Visual Studio 2010. I also have ReSharper installed. Prior to the PowerTools installation, my TODO comments (i.e. // TODO: Do Something ) were showing up in the code using the font listed under VS options as "Resharper Todo Item". Now it's a dark blue color, and apparently ignoring the setting in the VS options. I'm using a dark theme, so I can barely read these comments. I've dug through all the options I can find (all of the options in VS

how to remove visual studio PIN TAB icon (on tabs, obviously)

a 夏天 提交于 2019-12-09 07:35:47
问题 is there a way to REMOVE COMPLETELY the pin tab option in visual studio 2010 (how?), i keep clicking it by accident :( i want it GONE. i never use it and always click it by accident. thnx p.s. right clicking on the PIN icon does bring up some customize dialog, but was unable to remove it - couldn't recognize the option. 回答1: Scroll to the bottom of the Document Tab Well -> General page, click Advanced options... , then uncheck Show pin button in unpinned tabs 回答2: To remove the pin tab icon

Visual Studio - Productivity Power Tools - RegEx folder name Color Coding

被刻印的时光 ゝ 提交于 2019-12-07 20:19:08
问题 Path in my project: C:\Unicorns\Fart.Rainbows\Classes\someFiles.cs How do I color code tabs based on file path containing the following?: "\Fart.Rainbows\" It looks like my question is asked and answered here, but I can't seem to get the regex right. The following works in a regex tester I tried, but not in Prod Power Tools: \b\\Fart\.Rainbows\\\b 回答1: Try changing regular expression from \b\\Fart\.Rainbows\\\b to .*\b\\Fart\.Rainbows\\\b.* See if this helps. 来源: https://stackoverflow.com

How to remap the Ctrl+Click “Go To Definition” short-key in the Productivity Power Tools (or maybe ReSharper)

时光总嘲笑我的痴心妄想 提交于 2019-12-05 08:20:57
问题 I love the Productivity Power Tools extension for visual studio, however it has added the Ctrl +Click "Go To Definition" functionality, which is great and all, but my workflow makes me use the functionality when I don't want it. When I want to copy something, I start marking some text, still holding down the mouse button, hold down Ctrl + C and then release the mouse button. The tool acknowledges this as a Go To Definition click, and I usually end up in the definition of String or whatever. I

Active tab fixed to the left in Visual Studio

家住魔仙堡 提交于 2019-12-04 02:05:52
I have recently installed a few tools in Visual Studio, such as Resharper and Power tools. And now my Visual Studio seems to be " smarter " than before. Whenever I switch to another tab, this active tab will be set as the first tab. How can I disable this behaviour? The active tab behavior also changed for me randomly after restarting VS. This is how I fixed it (with Productivity Power Tools extension installed) : Tools -> Options -> Productivity Power tools -> Custom document well -> Sorting -> Uncheck Most recently used 来源: https://stackoverflow.com/questions/38391613/active-tab-fixed-to-the

how to remove visual studio PIN TAB icon (on tabs, obviously)

瘦欲@ 提交于 2019-12-03 09:29:57
is there a way to REMOVE COMPLETELY the pin tab option in visual studio 2010 (how?), i keep clicking it by accident :( i want it GONE. i never use it and always click it by accident. thnx p.s. right clicking on the PIN icon does bring up some customize dialog, but was unable to remove it - couldn't recognize the option. Scroll to the bottom of the Document Tab Well -> General page, click Advanced options... , then uncheck Show pin button in unpinned tabs To remove the pin tab icon from Visual Studio 2019, Visual Studio 2017, Visual Studio 2015, Visual Studio 2013 and Visual Studio 2012, there

VS2012 Productivity Power Tools Pinned Tabs close on run

*爱你&永不变心* 提交于 2019-12-03 06:22:34
问题 If I open a saved project with pinned tabs restored from my last session, when I next run my solution the pinned tabs become unpinned. Is there a way to turn this behavior off? I pinned them for a reason and it is becoming quite frustrating as the solution grows. 回答1: I had the same problem and found the answer here Go to Tools -> Options -> Environment -> Tabs and Windows and make sure "Maintain pin status if document is removed from well" is checked. 回答2: Accepted answer solved it for me in