Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
282: std.file.append(output_name, to!string(value));
... 280 foreach (value; args) 281 { 282: std.file.append(output_name, to!string(value)); 283 } 284: std.file.append(output_name, "\n"); 285 } 286 }
// When enabled, pressing tab will insert the best matching completion. // When disabled, tab will only trigger snippets or insert a tab. // Shift+tab can be used to insert an explicit tab when tab_completion is // enabled. "tab_completion": true,
"enable_tab_scrolling": false