Valerio Angelini
- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
创建于 Exception for plugin in latest EAP: Action 'ForceStepInto' doesn't override anything
已回答Hi, I am testing in CI the RobotFramework plugin against the latest EAP for IntelliJ 193 and I get a lot of errors that seem to be unrelated to the plugin itself: action 'ForceStepInto' doesn't ove... -
创建于 Unexpected node Pythonid
已回答Hi all, I have recently enabled automated testing on Idea IU (previously i was testing only IC) for the Robot Framework Support plugin and I get a strange error while setting up the Idea test fixtu... -
-
创建于 Getting a PsiReference from a PyFunction
Hi,I develop a Robot Framework plugin for Idea.I am now adding support for "Jump to definition" for Keywords defined in imported Python files.In the implementation of the PsiReferenceProvider.getRe... -
创建于 Optional dependency for python
After a long trial/error (and multiple plugin releases ) I have come to the conclusion that in order to enable an extension both in PyCharm and in the Python plugins I have to specify the followin... -
创建于 FindUsage for PsiNamedElement with multiple PsiElement children
Hi all,I'm in process of implementing the FindUsage feature for the Robotframework plugin but unfortunately I'm a bit stuck...As suggested in the wiki I have implemented a class implementing PsiNam...