How to indent the same way as Visual Studio Ctrl+k+d in Sublime Text 3

H

How Can We Help?

How to indent the same way as Visual Studio Ctrl+k+d in Sublime Text 3

  1. Open Sublime Text 3
  2. Click on Preferences -> Key Bindings – User
  3. Make sure you have the following line:
    [
        { "keys": ["ctrl+k", "ctrl+d"], "command": "reindent", "args": {"single_line": false} }
    ]

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me