Исходный код вики Сценарии
Версия 1.8 от Alexandr Fokin на 2023/10/30 14:40
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
1.6 | 1 | |(% style="width:312px" %)Проблемы со сборкой после обновления|(% style="width:1202px" %)((( |
![]() |
1.1 | 2 | Очистить: |
3 | |||
4 | * /.vs | ||
5 | * /bin /obj | ||
![]() |
1.2 | 6 | ))) |
![]() |
1.6 | 7 | |(% style="width:312px" %)Смена фона.|(% style="width:1202px" %)How to easily change Visual Studio 2022 Editor Font and Colors to match VS 2019 |
![]() |
1.2 | 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]] |
![]() |
1.6 | 9 | |(% style="width:312px" %)Именование|(% style="width:1202px" %)((( |
![]() |
1.5 | 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 | |||
![]() |
1.6 | 16 | Configure Visual Studio to Name Private Fields with Underscore (Приватные _fieldName) |
![]() |
1.3 | 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/]] |
![]() |
1.5 | 18 | ))) |
![]() |
1.6 | 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]] | ||
![]() |
1.8 | 21 | |(% style="width:312px" %)Не отображать класс в стеке|(% style="width:1202px" %)((( |
22 | How to hide the current method from exception stack trace in .NET? | ||
![]() |
1.7 | 23 | [[https:~~/~~/stackoverflow.com/questions/2973343/how-to-hide-the-current-method-from-exception-stack-trace-in-net>>https://stackoverflow.com/questions/2973343/how-to-hide-the-current-method-from-exception-stack-trace-in-net]] |
![]() |
1.8 | 24 | DebuggerHiddenAttribute |
25 | [[https:~~/~~/learn.microsoft.com/en-us/dotnet/api/system.diagnostics.debuggerhiddenattribute?view=net-7.0&redirectedfrom=MSDN>>https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.debuggerhiddenattribute?view=net-7.0&redirectedfrom=MSDN]] | ||
![]() |
1.7 | 26 | \\1) Не отображать при отладке. |
![]() |
1.8 | 27 | ))) |
![]() |
1.1 | 28 | |
29 | ---- | ||
30 | |||
31 |