csharpdeeb25a2 | 1 | using Avalonia.Controls; |
| 2 | using CascadeIDE.Models; |
| 3 | |
| 4 | namespace CascadeIDE.Views; |
| 5 | |
| 6 | [SettingsPanel(SettingsPanelIds.CSharpLsp, "C# / LSP", "Редактор", order: 30)] |
| 7 | public partial class SettingsCSharpLspPanelView : UserControl |
| 8 | { |
| 9 | public SettingsCSharpLspPanelView() => InitializeComponent(); |
| 10 | } |
| 11 | |
View only · write via MCP/CIDE