Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alakhotia
Total activity
23
Last activity
January 23, 2025 21:25
Member since
June 24, 2020 23:00
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
6
Activity overview
Posts (5)
Comments (11)
Sort by recent activity
Recent activity
Votes
Created
November 20, 2024 20:21
Thanks. It says it's not compatible with my IDEA, IntelliJ IDEA 2023.3 (Community Edition).
Community
IntelliJ IDEA Users
Being able to navigate among modules in a multi-module project
0 votes
Created
November 14, 2024 18:15
I am having a similar issue.I have one project with maven modules. I can navigate from one module to another when I control click on code in one module that is referred to in the 2nd. It takes me...
Community
IntelliJ IDEA Users
Being able to navigate among modules in a multi-module project
0 votes
Created
October 01, 2020 21:38
Thank you. The toString template works great now. Is there a clean way to format the equals and hashcode template so that it's like this: if (this == o) { return true; } if (o...
Community
IntelliJ IDEA Users
Code format when generating To String.
0 votes
Created
September 29, 2020 23:56
How can I modify the template to get a format like this? return "HospitalInfoCategory{"+ "title='" + title + '\''+ ", content='" + content + '\''+ ", url='" + url + '\''+ ", icon='" + icon + '\''...
Community
IntelliJ IDEA Users
Code format when generating To String.
0 votes
Created
September 23, 2020 18:46
Thank you. When I try to edit that template, it says "this view is read only".
Community
IntelliJ IDEA Users
Code format when generating To String.
0 votes
Created
September 18, 2020 19:31
How do I modify the To String template?
Community
IntelliJ IDEA Users
Code format when generating To String.
0 votes
Created
September 18, 2020 18:26
I already had that setting enabled. Is it possible to have it properly formatted when the code is generated, without invoking Reformat Code afterwards?
Community
IntelliJ IDEA Users
Code format when generating To String.
0 votes
Created
September 18, 2020 18:09
Thank you, I think I have gotten this to behave how I want it now.
Community
IntelliJ IDEA Users
Live templates.
0 votes
Edited
July 14, 2020 19:34
I tried the copyright profile. Here's what it outputs: /* * // Copyright blah blah blah */ I don't want it to be in /* */ comments. I want one line, like this: // Copyright blah blah blah...
Community
IntelliJ IDEA Users
Live templates.
0 votes
Created
July 02, 2020 01:12
Thank you. That helped some. But it's not doing the template how I want it to. This was the template code: // Copyright Blah blah blahimport static org.junit.jupiter.api.Assertions.*;#parse(...
Community
IntelliJ IDEA Users
Live templates.
0 votes
«
First
‹
Previous