[Question] is there any way to get edit document action?

for now i want to build a plugin and i want to trigger an event every single time when i type a character or word in the editor, i searched docs and intellij-community sources but get nothing. is it possible to get this action in a plugin?

0
3 comments

ActionManager.addAnActionListener() can also help

1
Avatar
Permanently deleted user

thx!!! i get it done use DocumentListener.

0

Please sign in to leave a comment.