We have interface CharSequence . This interface contains the following methods:
charAt(int index); lenght(); subSequence(int start, int end); toString(); The question is: Is it possible in IDEA, when creating the mentioned interface, not to write its methods manually, but to call it hotkeys? As, for example, using alt + insert, you can quickly call getters and setters, or class constructors.