[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?
Please sign in to leave a comment.
ListenerUtil may help.
ActionManager.addAnActionListener() can also help
thx!!! i get it done use DocumentListener.