nikai
Native language is Japanese. English is heavily machine-translated.
- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 18
-
Created How to include files outside of a module in a project
AnsweredI'm importing a Maven project into IntelliJ. Can I include external files in the project that are not included in those modules? I want to find and edit external files related to my project in Inte... -
Created If it uses a variable in the test name, it can't run the test directly
AnsweredI sometimes want to run directly even if a variable is used in the test name. I supplement the test name with something like "tt.name" so that I can see a list of execution results. Are my means no... -
Created I want to reorder the structures, methods, and functions neatly
AnsweredIs it possible for Goland to automatically reorder the structures, functions and methods in the source files like IntelliJ IDEA's "code style > java > Arrangement"? Or is there a plugin or go tool ... -
Edited Where is the configuration directory for the 2020.x version?
AnsweredI install and use IntelliJ IDEA and Goland from Toolbox in Windows 10 pro. The previous 2019.x version had a configuration directory in place like "C:\Users\USERNAME.IntelliJIdea2019.3", but it was... -
Created What is the shortcut to add the method?
I'm looking for a simple shortcut to adding methods to the structure. It is troublesome for me to write receiver. It is not an interface implementation shortcut. -
Edited "export settings..." is not in the file menu.
AnsweredI want to get settings.jar. I think that it was in the File menu before, but it is not found now. How can I execute "export settings ..."? I can get "export settings ..." by Search Everywhere, but... -
Created I want to change method completion completion
AnsweredThere are two overloading methods as follows.I mistakenly chose the method below, but I would like to change it to completion above.However, it was not possible to change the hint display of the pa... -
Edited Automatically mark "Excluded" when importing module
AnsweredMy project is Eclipse majority.There are many modules in the project, I always exclude ".settings" of Eclipse.Can I do this automatically? There are other project-specific folder patterns I want to...