Oleg Meshechkov
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 Parser errors does not shows
Hi,Why IDE does not show psi error elements (PsiErrorElement)?Regards,Oleg -
创建于 Get PsiFiles in the plugin
Hi,How to get in the language plugin all PsiFiles or certain file by name from the project?Regards,Oleg. -
创建于 Cannot build plugin
Hi,public class ASNFileImpl extends PsiFileImpl implements ASNFile { public ASNFileImpl(@NotNull FileViewProvider fileViewProvider) { super(fileViewProvider); } @NotNull public FileTyp... -
创建于 IDEA plugin exception
Hi,I implemented a little plugin which must just highlight text, but when I edit the text IDE throws the below exeption:[ 77963] ERROR - l.source.text.BlockSupportImpl - View provider com.intelli...