# Visual Studio Code

Tap `ctrl + shift + P` to get access to the functionalities.

* For making a project, you have to put `>Flutter: new project`
* To select a device and emulate, you have to put `>Flutter: select device`
* To order the code `shift+ alt + F`&#x20;
* To rename something `F2`
* To save release in android (TERMINAL) flutter run `flutter install --release`
* To save release on folder (TERMINAL) `flutter build apk`
*
