LoganDark
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited IntellIJ Ultimate license expired and I need to transfer my settings to Community Edition
AnsweredI accidentally glitched my theme in CE after 'migrating' the settings and now the settings.zip from Ultimate is gone and I can't export the settings again because it's not licensed. So how do I ove... -
Created Space between '}' and 'else' in C++ code
AnsweredHey, here's something that really pisses me off. "}else {" How do I fix it? I prefer "} else {". -
Created Top-level await
WebStorm marks top-level `await` as invalid. This is correct in most cases, but not for files loaded using await-top. How do I fix this?