chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created 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... -
Created 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.... -
Created 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... -
Created 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?