Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 020e9cc1 authored by dleurs's avatar dleurs
Browse files

first commit

parents
No related branches found
No related tags found
No related merge requests found
# Setup VSCode for Flutter
## Extensions
- Flutter and Dart extensions
- Bracket Pair Colorizer 2
- Material Icon Theme
- Better comments
- bloc (Felix Angelov)
- Todo tree
- Pubspec assist (cmd+Shift+P then pubspec assist)
- Flutter Intl
- Color Highlight
- Image Preview
## Theme
- Monokai theme
## Shortkey
- Multicursor : press alt and click
- Name refactoring :
fn+F2+name of the class/function for example, or put the actual code of a Text widget inside a Column widget
or ctrl+Shift+R
- Formatting text :
Select a text , Shift+alt(option)+F
- Code folding, fermer des div ou autre avec :
- fermer avec : alt+cmd+[
- ouvrir avec : alt+cmd+]
- Flutter run with the bar : (fn) + f5
- Pubspec assist : cmd+Shift+P then pubspec assist
## In terminal, use code
in .zshrc : <br/>
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
export PATH="$PATH:/Users/dle/Documents/Flutter/Software/flutter/bin"
export PATH="$PATH:/Applications/Sublime Text.app/Contents/SharedSupport/bin"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment