Abnerzheng
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 How can I make pintos source code supported in the Clion
已完成I 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... -
创建于 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... -
创建于 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... -
已编辑于 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... -
已编辑于 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...