Исходный код вики Сценарии
Редактировал(а) Alexandr Fokin 2024/08/17 10:26
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |(% style="width:312px" %)Проблемы со сборкой после обновления|(% style="width:1202px" %)((( | ||
2 | Очистить: | ||
3 | |||
4 | * /.vs | ||
5 | * /bin /obj | ||
6 | ))) | ||
7 | |(% style="width:312px" %)Смена фона.|(% style="width:1202px" %)How to easily change Visual Studio 2022 Editor Font and Colors to match VS 2019 | ||
8 | [[https:~~/~~/stackoverflow.com/questions/69815992/how-to-easily-change-visual-studio-2022-editor-font-and-colors-to-match-vs-2019>>url:https://stackoverflow.com/questions/69815992/how-to-easily-change-visual-studio-2022-editor-font-and-colors-to-match-vs-2019]] | ||
9 | |(% style="width:312px" %)Именование|(% style="width:1202px" %)((( | ||
10 | Конфигурирование стиля кода в Visual Studio 2017 | ||
11 | [[https:~~/~~/habr.com/ru/post/323966/>>https://habr.com/ru/post/323966/]] | ||
12 | |||
13 | Создание переносимых настраиваемых параметров редактора с EditorConfig | ||
14 | [[https:~~/~~/learn.microsoft.com/ru-ru/visualstudio/ide/create-portable-custom-editor-options?toc=%2Fvisualstudio%2Fcode-quality%2Ftoc.json&view=vs-2019>>https://learn.microsoft.com/ru-ru/visualstudio/ide/create-portable-custom-editor-options?toc=%2Fvisualstudio%2Fcode-quality%2Ftoc.json&view=vs-2019]] | ||
15 | |||
16 | Configure Visual Studio to Name Private Fields with Underscore (Приватные _fieldName) | ||
17 | [[https:~~/~~/ardalis.com/configure-visual-studio-to-name-private-fields-with-underscore/>>https://ardalis.com/configure-visual-studio-to-name-private-fields-with-underscore/]] | ||
18 | ))) | ||
19 | |(% style="width:312px" %)[[JavaScript>>doc:Разработка.Frontend.JavaScript.WebHome]] отключение eslint|(% style="width:1202px" %)Linting JavaScript в Visual Studio | ||
20 | [[https:~~/~~/learn.microsoft.com/ru-ru/visualstudio/javascript/linting-javascript?view=vs-2022>>https://learn.microsoft.com/ru-ru/visualstudio/javascript/linting-javascript?view=vs-2022]] | ||
21 | |(% style="width:312px" %)Комментарий со ссылкой|(% style="width:1202px" %){{code language="c#"}}/// <see cref="MyClass"></see> | ||
22 | /// <see cref="MyGenericClass{T}"></see>{{/code}}((( | ||
23 | How to reference generic classes and methods in xml documentation | ||
24 | [[https:~~/~~/stackoverflow.com/questions/532166/how-to-reference-generic-classes-and-methods-in-xml-documentation>>https://stackoverflow.com/questions/532166/how-to-reference-generic-classes-and-methods-in-xml-documentation]] | ||
25 | ))) | ||
26 | |||
27 | ---- | ||
28 | |||
29 |