chenlibing
- 活动总数 407
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 173
-
创建于 File Template to support .h and .m creation both
I want to create CUnit testcase, and one .h and .m file should be created both. Can I use file template to create class file with both .h and .m? File assistant is key feature in XCode to create... -
创建于 Any plan to support Yard in RubyMine 2.5
Yard is a great document tools in Ruby, and it has been adopted in a lot of ruby projects. It include meta tag just like jsdoc, and IDE can use these tags for code completion, navigation and so on.... -
创建于 How to implement code completion for module and method with same name?
Following code is from Hpricot, and Hpricot is method name, also module name. How to implement code completion for Hpricot module? Hpricot.<caret> ,When I press Ctrl+Space, nothing popuped! I... -
创建于 Where to add module dependencies in PyCharm?
In IDEA with Python plugin installed, I can add GAE as module dependency and get code completion. And how to add module dependencies in PyCharm?