tbat
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Possible bug: IntelliJ removing spaces after a leading + character
AnsweredI have a line that looks like this: public String toString() { return "Product: " + productName + " Phone: " + custPhone + " Details: " + custDetails + " important information: " + custInfo +... -
Created Is there a way to get IntelliJ Idea Live Edit feature to work with Gradle projects?
AnsweredI'm using IntelliJ Ultimate Edition 2020.3. I've enabled Live Edit, and checked the box for Track changes compiled to JavaScript, HTML or CSS. However, none of my changes to my project files load...