Leon Ren
- 活动总数 121
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 12
- 订阅数 38
-
创建于 Expand diretory on 'Open File or Project' loading too long
已回答Hi, I'am using IDEA community 2021.3, the Linux version. When I click File -> Open as in the screenshot, and expand the /data directory takes more than 90 seconds. There are more than 1000 net... -
已编辑于 Project files cannot be watched && Refreshworkers.scan freeze
已回答Hi, I'm using IDEA community 2020.3. During it's startup, it always prompts: And after it open the last project, it sometimes freeze. You can see there are many RefreshWorker.scan freeze logs. My... -
创建于 Emoji is not colorful
已回答Hi, I am using IDEA 2020.3 commnity, the emoji is white and black only, not colorful. And some of them is just a rectangle. Here is a screenshot: What should I do to see the color emoji like the o... -
已编辑于 How to config custom plugin repository with 'idea.plugins.host'?
已回答Hi, I wrote my own updatePlugins.xml file, and configured it though Plugins -> Manage plugin Repositories -> + -> "http://xx-server:8000/updatePlugins.xml". Then I can see the custom plugins in Ma... -
创建于 What the advantage of IntelliJ platform vs vscode?
已回答Hi We're going to support a new language, include coding, analyzing and debug. Intellij platform is a good choice to complete that. But there is another voice in our team which would use vscode a... -
创建于 Is it able to exclude dir globally?
已回答Hi, I want to exclude a XXX dir automatically/golbally, like the ignore file and directory configuration in the IDEA settings. Because our project has a XXX dir which is huge, more than 100G. Pr... -
创建于 Code changes cannot write to disk
已回答Hi there, I modified my code in IDEA, but the file doesn't change. If I open it with vim editor, I can't see the changes and the IDEA have been closed. Most strangely, if I open IDEA again, the cha... -
创建于 Is it possible to open file larger than 2GB?
已回答Hi, I tried to modify the two configurations below, but it seems that IDEA can only open file less than 2GB. Is there a way to open file larger than 2GB? # Maximum file size (kilobytes) IDE should... -
创建于 the 'icon' attribute of action does not work?
Hi, I want to add a tool on the MainToolBar in my plugin, the code in plugin.xml is like this: <action id="xxx" class="com.myplugin.actions.OpenXxxAction" text="test" description="tes... -
创建于 what does "enable live templates" mean in "File and Code Templates"?
已回答Hi, There is a checkbox "enable live templates" at the bottom-right corner of "File and Code Templates" , what does it mean? Can I use the live templates in "File and Code Templates" ? What's the g...