c# - Can't format code in VS Code -


i've added following keybindings.json file.

[   { "key": "ctrl+k ctrl+d",   "command": "editor.action.format",   "when": "editorhasformattingprovider && editortextfocus && !editorreadonly" } ] 

my understanding allow me format code pressing ctrlkctrld nothing happens in file when do. i've set indent 2 (default in settings , in status bar) code stays @ 4 spaces anyway.

how can troubleshoot it?


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -