Abnerzheng

- Total activity 33
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created How can I make pintos source code supported in the Clion
CompletedI really like Clion, but I'm not familar with cmake, I have spend a whole afternoon dealing with import pintos's source code into the clion. Pintos is a project for teaching in the OS course, and i... -
Created How can I set up testing environment for plugin depending on JavaScriptLang?
Hi, I'm writing tests for the my plugin which depends on JavaScriptLang. I can run/debug on IDEA ultimate very well, but finding that may be I can't run tests code extedings `LightCodeInsightFixtu... -
Created How can I implementing method auto-completing?
Hi, I'm developing a plugin to support a JavaScript platform, this platform have the its own module system, with the grammar as below: /** * main.js */define(["./a.js"], function(a){ a.<caret... -
Edited How could I get a valid LookupElement set for the path auto completion?
Hi, I'm developing a plugin for the NEJ, which is a JavaScript framework. It's package resolve is similar to the define.js. The grammar shows below. NEJ.define([ 'base/element', 'pro/exten... -
Edited How Can I prevent FragmentElementType from affect native HTML parsing?
Hi, I'm develop a plugin for supporting Regularjs. Which is a template engine basing on HTML. I have already finish lexer and parser. But there is some problem. Picture 1 shows that,when not usin...