Alexis Viscogliosi
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited Huge loading time with postgres database connector
AnsweredHi, When i connect intellij to a data source (postgresql) the load time between each requests to the database is absolutly HUGE. No requests end without a asking password (that i have set to 'rem... -
Created How to insert tabs before function name
AnsweredHi, By default Clion insert space before function name and i need to make tabs (it's a guideline of my school). Example : int<tab><tab>function_name(...) will be replace by int function_...