Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Ph Th4m
Total activity
7
Last activity
June 27, 2022 12:06
Member since
June 17, 2022 12:45
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
June 27, 2022 12:06
I see. Thanks for taking time to look into this.
Community
IntelliJ IDEA Users
Code template - generate variable name
0 votes
Created
June 21, 2022 11:52
import ${CLASS_NAME};import org.junit.jupiter.api.BeforeEach;import org.junit.jupiter.api.Tag;import org.junit.jupiter.api.Test;import org.junit.runner.RunWith;import org.mockito.InjectMocks;import...
Community
IntelliJ IDEA Users
Code template - generate variable name
0 votes
Edited
June 21, 2022 07:18
This doesn't seem to work. Trying to set up a new variable $VAR$ did nothing. Am I supposed get a dialog window that allows me to set variables, as in live templates? I tried this by escaping both ...
Community
IntelliJ IDEA Users
Code template - generate variable name
0 votes
Edited
June 20, 2022 15:08
That's for live templates. I'm trying to create a code template. There is a checkbox for enabling live templates, but I don't see how it works. I'm not getting any options to edit template variable...
Community
IntelliJ IDEA Users
Code template - generate variable name
0 votes