Search code examples
databaseintellij-ideaintellij-plugin

How to delete SQL Consoles from Intellij IDEA Database plugin?


I use Intellij 2017.3 and the database plugin to connect to SQL Server. When I need to open a console there are many of them on the list. How can I delete them? Thanks in advance.

enter image description here


Solution

  • In Project Tool Window select Scratches view: enter image description here

    Since 2018.1 version scratches are located under External Libraries: enter image description here where you can navigate to the corresponding SQL Server data source consoles where you can view and delete not needed console files: enter image description here

    For convenience 2018.1.2 version will have the dedicated action Jump to Consoles Files. It will lead to consoles folder in Project view | Scratches and Consoles | Database Consoles | <folder> enter image description here