AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

Feature-Request: remember contents of editor/scratch #75

Closed leberknecht closed 2 years ago

leberknecht commented 2 years ago

Would it be possible to remember the contents of the editor window? At the moment the contents is lost if we close the tab and later on open it again. It would be cool if the plugin would remember what i had (per index/alias+connection-name? i guess..which is the same as tab-title).

AntonShuvaev commented 2 years ago

Hi,

You can use query consoles that are grouped per connection and saved in project tree Scratches and Consoles | Elasticsearch Consoles or create Scratch file with type Elasticsearch or create file with extension es in your project. See documentation. Also you can use Favorite requests. The documentation is a little obsolete, now favourite requests are saved in project tree Scratches and Consoles | Elasticsearch Favorites

leberknecht commented 2 years ago

Uh, didnt know that! Solves my problem, thanks :)