Alakhotia
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Edited Intellij errors on gradle project
I am getting this error when Intellij tries to build my project. This is a Java project.I have tried each of the settings in the “Use Gradle From” setting.I am on gradle 8.4. I can do a gradle bui... -
Created Where is AWS Toolkit config file?
AnsweredI installed AWS Toolkit for Intellij. It seems that I need to enter my credentials in a config file. Where is this config file? These are the guides I'm reading which mentions a config file. ... -
Created Code format when generating To String.
AnsweredWhen I generate ToString, I want the "+" to appear on the next line. I tried a few different things, but it didn't seem to do it. -
Created Code formatting when generating To String.
AnsweredWhen I select generate to string from the context menu, it doesn't seem to be following the style formatting guide. In Editor--Code Style-->Java-->Binary Expressions-->Operation sign on next line... -
Edited Live templates.
AnsweredI have some questions about generating live templates. 1) How can I have a live template for test classes that are created through the "Generate test class" action, from the mouse context menu? ...