Open
Description
I was just looking at the plugins and I wanted to ask you if you would mind to split the plugins as follows:
- com.redhat.fabric8analytics.eclipse.core - contains core stuff
- com.redhat.fabric8analytics.eclipse.ui - ui (stack analysis view)
- com.redhat.fabric8analytics.eclipse.lsp.core - LSP core stuff
- possibly in the future com.redhat.fabric8analytics.eclipse.lsp.ui
currently we have:
- com.redhat.fabric8analytics.lsp.eclipse.core - no need to have LSP in the name
- com.redhat.fabric8analytics.lsp.eclipse.ui - contains both analysis view & LSP funcionality.
I would be easier in the future, when the plugins gets bigger, to have Analysis View (or any other basic UI stuff) and LSP in different plugins
@geetikabatra WDYT ?