phpstorm unsaved files color
File | Settings | Editor | General |Editor Tabs | Mark Modified tabs with asterisk
File | Settings | Editor | General |Editor Tabs | Mark Modified tabs with asterisk
It is not an error of your code, it’s a error on your IDE, I assume that you are using PHPStorm, go to File > Invalidate Caches/ Restart .. that should solve it.
Go to IDE Settings -> File types and look for Text files in Recognized file types. There might be an added pattern named root.js For newer versions this setting is found in Editor -> File types
Probably the fastest way to achieve this is to use the compressed option, mentioned in the previous comments, as an argument. The quickest way to configure this in PHPStorm is as follows: Go to File > Settings Inside Project Settings select File Watchers You should already have an SCSS watcher created here (if you have … Read more
I don’t know the phpstorm interface for Git, but in the command line I’d do the following: git checkout develop git pull origin develop -> this fetches the remote version of the develop branch and merges it (or rebases it, depending on your pull strategy) into/onto your local branch. This way the local and the … Read more
The default for “Go to next splitter” for Mac users is Option+Tab