You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IntelliJ supports floating toolbars which can be shown or hidden on demand. One example is the toolbar shown when making changes in a pom.xml of a maven based project.
We could add a similar functionality where a toolbar is shown when an autoconfig file is changed. This toolbar/toolbar-button could reapply autoconfig on click.
IntelliJ supports floating toolbars which can be shown or hidden on demand. One example is the toolbar shown when making changes in a pom.xml of a maven based project.
We could add a similar functionality where a toolbar is shown when an autoconfig file is changed. This toolbar/toolbar-button could reapply autoconfig on click.
Extensionpoint:
com.intellij.openapi.editor.toolbar.floating.FloatingToolbarProvider
For usage examples see: https://plugins.jetbrains.com/intellij-platform-explorer/extensions?extensions=com.intellij.editorFloatingToolbarProvider
The text was updated successfully, but these errors were encountered: