Viacheslav Fateev
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
创建于 Is there an API to check if a file opened in the editor was updated in terms of its content
已回答I need an API to check if a file opened in the editor was changed (since it gets opened) in terms of its content no matter whether it was saved or not. For example I open file with text a:If I then... -
创建于 Show custom errors Project Errors tab
已回答Hi, I'd like to show errors (HighlightInfo set by TextEditorHighlightingPass) in the Problems/Project Errors tab. Errors may belong to several files in a project, so need to show them all as a tre... -
创建于 How do I implement code completion from strings without PSI?
已回答I need to show autocomplete popup menu like this after the certain char pattern typed. I do not work with PSI and know what to show, i.e. already have a list of strings for autocomplete menu ...