Передайте все Настройки ReSharper между ПК

Нет, но вы можете рассмотреть IronScheme , работающий на DLR .

С веб-сайта:

IronScheme будет стремиться стать реализацией схемы, соответствующей R6RS, на основе Microsoft DLR.

IronScheme будет полностью переписан IronLisp с учетом уроков, полученных при разработке IronLisp.

59
задан George Stocker 19 May 2009 в 23:02
поделиться

4 ответа

Since the export option within Resharper is only for code styles, you'll need to be a bit craftier for all settings.

From Peter Ritchie's blog...

...the settings are stored in "%userprofile%\application data\jetbrains\resharper\v4.0\vs9.0". There are a couple of xml files in there that store your settings. Before you upgrade to the latest build, just copy those to another directory.

It's very likely that the format of these files has changed since the last build so copying the backups over the new version could possibly make Resharper to blow-up. So, use with caution.

I have Resharper 4.1 so instead of "...\v4.0\vs9.0" it's actually "...\v4.1\vs9.0" (obvious, I know, but worth mentioning).

I'm not sure about StyleCop settings, but this should work for most other settings (keyboard scheme, code completion settings, etc...).

41
ответ дан 24 November 2019 в 18:32
поделиться

Вы можете экспортировать / импортировать стиль кода ReSharper или разместить его в сети и поделиться несколько компьютеров. Для этого:

В меню VS выберите ReSharper -> Параметры, затем в диалоговом окне «Параметры» выберите «Языки / Общие / Совместное использование стилей кода».

Не уверен, что это именно то, что вы ищете.

3
ответ дан 24 November 2019 в 18:32
поделиться

Существует R# settings manager плагин для resharper, который хранит все это, я думаю, включая настройки stylecop

9
ответ дан 24 November 2019 в 18:32
поделиться

Настройки StyleCop не сохраняются в плагине resharper. они находятся в каталоге stylecop и в файле xml (Settings.StyleCop).

2
ответ дан 24 November 2019 в 18:32
поделиться
Другие вопросы по тегам:

Похожие вопросы: