

Once this is done we will show you how to create a Kotlin project in vscode or how to import an existing one. The first part of this tutorial will focus on how to set up the extensions and plugins. This is possible with the rich ecosystem of extensions and plugins for Kotlin. Not only your code will well be displayed, but vscode also gives you the means to refactor and control your project. It offers IDE functionality such as AutoComplete, Text/syntax highlighting, text formatting, and linting. Visual Studio Code is a perfect choice to create Kotlin projects. If this is not the case you can look at our post on how to install it on Windows, Linux, or Mac. By now you should have installed your version of vscode. This tutorial will cover how you can set up your Visual Studio Code Editor for Kotlin projects.
