Newlyn Erratt
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Invalidate Cache doesn't clear content.dat.storagedata
On Win10 2019.2.3. I noticed that content.dat.storagedata was around 15GB so tried invalidating cache. When pycharm closes it writes to the file but nothing when reopening and it remains the same ... -
Created CVS never finishes loading folders
Our company has an older CVS server and I am having some trouble getting IntelliJ to communicate properly with it. The setup and test connection work fine (additionally it is the same CVS string a... -
Created PHP and SQL strings with variables
Is there any way to get Intellij to recognize strings as SQL when they contain a variable?For example:$query = "select * from table where id = 0"; //highlights and is recognized as SQL$query = "sel...