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?
102 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 do i stop system stack overflow in visual basic?
- How to remove shortcut/alias to a .cpp and .h file from another project in Visual Studio 2019?
- VS2010 Macro/Environment issue causing a HResult: 0x80070057 (E_INVALIDARG) exception
- DevOps 2022 Server not connecting on VS 2012 and VS 2010
- How can i make a prefab instantiate another prefab?
- VS2010 Installer Project Custom Action to run an EXE is failing
- I commit from my Microsoft Visual Studio, however, I am now seeing that i now have two versions of two files
- Is there a way to make AfxMessageBox() take focus from another program?
- in visual studio 2017 was use a model i made but i get the error Read_POLS_Chunk(): Error reading a polygon not 1-3 vertices
- C++ vector subscript out of range : Monotone Interpolation
- c language, When decimal digit of %g in printf equal to 0.5, and length is more than 6, it is not upper ceil, why?
- IloEnv env ; don't work in the dbug and it can access to it
- Create a kml for a Google Earth tree view item through vb-net
- Error in RDLC REPORT in vs2010- An error occurred during local report processing, Object reference not set to an object instance
- This AVD's configuration is missing a kernel file! Visual Studio Code
Related Questions in COMMENTS
- Why does Angular ^17 have problems with my modules, services, etc
- How to highlight comments in several different colors in CLion?
- Delimited comment in C#
- How can a Google Sheet Commenter receive all Notifications from all user's comments?
- How to optimize and implement infinite comments through prefetch with django orm?
- automatic commenting for users on the home page of Twitter
- Forcing "server" comments on Visual Studio
- How to convert a Ruby Hash to YAML and keeping comments?
- Wordpress Comments with ACF plugin - How do i show the info on the comments area?
- Disable strike trough comment
- How to remove licence comment in JS for development with Vite?
- What does 'has a SUC' mean?
- What is this decorator looking comment in javascript
- Can we add image in code comments in VS code
- Descriptive auto-complete comments for python in Visual Studio Code
Related Questions in TOGGLE
- Is it possible to change multiple div elements' classes/properties with one button click?
- Rotating chevron in accordion in javascript
- Why is "toggle()" function not producing the same result as explicitly writing out a toggle?
- Why Flutter Switch onChanged Switch Back to Initial Place?
- How can i Assign all prefabs with a certain Tag to a List in Unity?
- JavaScript remove Attribute or Property won"t work
- Show details in recyclerview using toggle button in Toolbar
- Selecting all elements by specific class name and using toggle to change the class name
- Toggle Different Classes Sequentially
- How do I get the link text value to toggle using jQuery?
- React useState as a toggle triggers Re-render and re-initializes false on re-render
- Toggle for different height and width in JavaScript
- enable button with state of toggle
- Button in Header.vue that opens a Modal
- React using toggle switch to change state of sibling components
Related Questions in CODERUSH
- I am having problems installing any VSIX package into my computer
- How to save changes and build using a single key stroke in Visual Studio 2022?
- Delete a specific file with a shortcut key
- How can I get CodeRush to fix my typing? ( {Get; set;} to {get; set;} ) (spellcheck/capscheck)
- How to jump words in text editor
- Why does VS 2019 make hash comments use a large font in YAML files?
- Unknown profiler issue when using Typemock and CodeRush
- How to disable CodeRush for Roslyn
- How to single step into a method on a type that's resolved during runtime?
- Why is CodeRush inconsistent in detecting which namespace aliases are necessary?
- DevExpress CodeRush: multicursor replacement
- How do I make CodeRush work with both VS2012 and VS2013?
- Resharper: display expression value during debug
- How to print/export a class's list of members in Visual Studio 2015?
- HTML tag class attribute filling is very slow
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 # Hahtags
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.