Matthias Schelling

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created JavaScript AudioContext - 'Interface can not be instantiated'
I'm having problems making PhpStorm recognise the web audio api functions. I found and downloaded 'webaudioapi-DefinitlyTyped' in 'JavaScript Libraries', but the following line: var context = new A... -
Created suggestion list in scss providing unintended results
when i'm editing my scss file, there are always some entries in the suggestion list i'd like to remove.i.e. typing 'ml' will bring up the suggestions list with 'mlongdiv' as it's first entry (seems... -
Created css: don't insert whitespace after left brace
whenever i type:.test{posand hit 'Tab', phpstorm correctly auto-completes 'position', but inserts whitespace before, so i get:.test{ position:i can't find an option to disable this. is it even poss...