JetBrains / package-search-intellij-plugin

Package Search is an IntelliJ plugin that allows you to search for packages from the editor.
https://package-search.jetbrains.com/
Apache License 2.0
18 stars 2 forks source link

Refactor settings to be persisted on disk #149

Closed lamba92 closed 8 months ago

lamba92 commented 8 months ago

Implements PKGS-1423 Create storable settings

This change moves settings to be stored on disk in a new PackageSearchSettingsService. This service is responsible for managing options such as filtering for stable packages, installing repositories automatically, and keeping state for UI panel positions. This enables settings to be remembered across IDE restarts. Also, related code has been updated to switch from previous locations to use these persisted settings.