var fDesc=new Array(); fDesc[0] = "R# Settings Manager is a JetBrains ReShaper plug-in that adds an extended ReSharper settings management and sharing capabilities. You have to work on different projects with different code styles, so you have to be able to reconfigure ReSharper Inspection Severity (Highlighting) Options, Code Clean-Up options and etc. for each project individually.
Features:
- Flexible settings sharing capabilities.
- Can load and save the following ReSharper settings:
Inspection Severity (Highlighting)
Code Annotations
Code Clean-up
Code Style
To-do Items
Agent Johnson plug-in settings
Agent Smith plug-in settings
Style Cop for R# plug-in settings
Shared Solution Templates
- Allows to save the list of required R# plug-ins and their versions, including R# version. Validates plug-in version and availability each time your team member loads a solution and notifies him if any plug-ins or R# are outdated or not installer (disabled).
- Can enforce Code Analysis enabled, as well as Solution-Wide Code Analysis.
- Can create and use a list of custom ReSharper settings files."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }