I have an ASP.NET MVC 4 Website with multiple files(controllers) that have actions which accept [RequireHttps]. When I am working locally I want to be able to comment out all of these via a toggle/shortcut. I own CodeRush with Visual Studios 2010. Is this possible to do?
How to toggle certain comments in multiple files in visual studio 2010?
100 Views Asked by user1751121 At
2
There are 2 best solutions below
0
Alex Skorkin
On
Yes, this is possible. However, this task requires creation of a new CodeRush plug-in.
Related Questions in VISUAL-STUDIO-2010
- How would I be able to use a file in visual studio project on any computer?
- Which is the most advantageous strategy for creating a tweaked Visual Studio Project Template?
- ASP.NET textbox textchange with same text input
- windows phone emulator of visual studio 2010
- Reference to an object magically disaprears? STRANGE
- Implementing a custom header bar for chromiumembedded
- Aldebaran Nao robot simulator without a real robot
- windows form application to work with Oracle without installing Oracle client
- Referenced DLL is not found when running application from VS
- Records won't update in datagridview
- Writing to text file with StreamWriter. File used by another process
- Double templated function overload fails
- Make input to Web Service field optional not required
- How to update label from callback function in code behind?
- display .NET code error instead of HTTP 500
Related Questions in COMMENTS
- Why is executing Java code in comments with certain Unicode characters allowed?
- Add comment to PowerPoint by macro
- How to enable folding of eclipse style block comments in Android Studio?
- Setting Comments in Excel (with apache poi)
- Multiline comment in Elixir
- NetBeans commenting
- How to set :user_id with comment notifications?
- PHP Comment Tag
- Yammer OpenGraph commenting widget loading all feed, but not specific page messages
- Is it okay to have a <!-- comment --> as first line in SVG?
- Why eclipse jsp editor cannot parse java block comment in sperate scriptlets?
- How to set a notification conditional based on polymorphic comments?
- Python Fabric won't comment beginning of line
- Delete empty rows in Excel comment using VBA
- How to open a block of comments on PgAdmin query editor?
Related Questions in TOGGLE
- Multiple toggle buttons, 1 jQuery code
- Toggle groups based on a parameter
- Trouble using UiButton as toggle switch
- AVFoundation: toggle camera fails at CanAddInput
- Is there a JSF toggle component or a way to theme an h:selectBooleanCheckbox with images?
- jQuery Toggle in SharePoint using XSLT, but all the instances toggle not just the clicked one
- Polymer 1.0 paper-drawer-panel toggle is not working
- How to sort nested JSON in the markup
- Bootstrap toggle nav not rendering @ 768px-992px break
- Hide and show when click a button
- Bootstrap Toggle for Checkbox adding extra div
- AngularJS, ng-repeat, checkboxes and toggleAll
- jQuery changing toggle button symbols
- Toggle text + also call method with argument?
- Using a cookie to save the state of a toggled division
Related Questions in CODERUSH
- Unable to run xUnit Test with Code Rush runner in VS 2012 without an exception
- CodeRush QuickPair remove
- Coderush and Productivity Power Tools overlapped functionality
- I am having problems installing any VSIX package into my computer
- Coderush express seems doesn't work
- Coderush code clean up settings
- Delete a specific file with a shortcut key
- Intellisense broken after installing CodeRush Devexpress
- What complex refactoring features do you wish there were?
- Disable CodeRush
- CodeRush - Do That Suggested Fix - (shortcuts)
- Uninstall of CodeRush and ReSharper - Intellisense Not Working
- Is there something like CodeRush from Java?
- How can I change the template CodeRush uses when it extracts a method?
- As "private" is the default scope in C# - should the word "private" be removed from signatures for cleaner code?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You could do a project-wide search and replace of
[RequireHttps]to/*[RequireHttps]*/or vice versa. You can record these as macros in Visual Studio.