Leon Ren
- Total activity 130
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 12
- Subscriptions 40
-
Created How to disable automatic HTML tag expansion when pressing Tab in Vue template?
Hi,When I write code like <span>{{ details.| }}</span>, WebStorm shows a dropdown with members of details, which is expected. However, if I press Tab to select a suggestion, it unexpectedly generat... -
Edited GLIBC-2.27 not found
AnsweredI'm using IntelliJ IDEA 2025.2 on CentOS 7.9.Upon startup, I encounter the following error: Cannot start the runtime Caused by: 0: Failed to load 'libjvm.so' 1: /usr/lib64/libm.so.6: version `GLIB... -
Created Expand diretory on 'Open File or Project' loading too long
AnsweredHi, 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... -
Edited Project files cannot be watched && Refreshworkers.scan freeze
AnsweredHi, 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... -
Created Emoji is not colorful
AnsweredHi, 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... -
Edited How to config custom plugin repository with 'idea.plugins.host'?
AnsweredHi, 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... -
Created What the advantage of IntelliJ platform vs vscode?
AnsweredHi 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... -
Created Is it able to exclude dir globally?
AnsweredHi, 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... -
Created Code changes cannot write to disk
AnsweredHi 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... -
Created Is it possible to open file larger than 2GB?
AnsweredHi, 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...