POSTS
Starting Quicktips - The Story about Automatic Saving
Hi, once again from austria (not that with the kangoroos^^)
Today I want to start a post series, it is called quick tips.
Tl;dr
Quick tips should be small tips, which I found while doing my things and which I think make me more productive and want to share them.
What happened?
I was coding in my VS Code setup and got this really annoying syntax error, which I couldn’t understand.
It read something like this: Missing identifier ‘:’ at a simple dart import. I wanted to have a look at Android Studio for a while and thought this is it^^. This is the moment of truth.
So I started my Android Studio installation (which is needed for Flutter). So here I am sitting in front of this IDE and think: “Wooot? no format on save?!?!”
Android Studio does not Format on save.
Ok so what to do? Go away? Run from it? No… We get solutions for problems … We are developers^^
Soo. How we do it? With fucking Google^^.
So i after finding some weird work arounds which used macros and so on, I found a easy solution.
It is a Plugin for Android Studio. Which brings me to the beginning of the Quick Tips series: Look here for the first glorious quick tip.