Metaer

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Metaer created a post, Read a file by the relative path
I need to read the file by the relative path. For example, the relative path of `test.md` is "../test/test.md" . How do I read this file ?I tried to use PsiDirectory#directory.findFile ("../test/... -
-
-
-
-
-
-
Metaer created a post, about invokeAutoPopup()
I don't know the purpose of invokeAutoPopup(). example code as follows: public class DemoAttributeCompletionContributor extends CompletionContributor { public DemoAttributeCompletionContributo... -
Metaer created a post, disable some inspections through api
Hi, I want to turn off this setting through OPEN-API,how can I do it? Thanks ML -
Metaer created a post, How to identify the code of the ES6 specification in <script></script> for reference
Hello, I'm writing a plug-in for a special language. This language consists of a single file (including HTML, CSS, JS, like vue.js). When I use the ES6 standard export module: How can I get the fi...