nikai
Native language is Japanese. English is heavily machine-translated.
- 活动总数 64
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 18
-
创建于 How to include files outside of a module in a project
已回答I'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... -
创建于 If it uses a variable in the test name, it can't run the test directly
已回答I 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... -
创建于 I want to reorder the structures, methods, and functions neatly
已回答Is 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 ... -
已编辑于 Where is the configuration directory for the 2020.x version?
已回答I 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... -
创建于 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. -
已编辑于 "export settings..." is not in the file menu.
已回答I 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... -
创建于 I want to change method completion completion
已回答There 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... -
已编辑于 Automatically mark "Excluded" when importing module
已回答My 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... -
创建于 I want to display the dialog on the display where the calling window is located
已回答I open multiple projects with multiple displays. For example, the "File in Path" dialog opens at the last position so it can not be found immediately.I want to display on the display of the called ... -
已编辑于 I want to prefix the parameter name when implementing a method
已回答TIn my company, there is a convention to attach "_" to the parameter name of the method of the implementation class. In "Code Generation" under "Settings> Editor> Code Style> java", "_" is set in P...