Sublime Forum

Combine output of multiple output panels

#1

I am using SublimeLinter and LSP modules. They each write diagnostics to a different output panel, meaning I can’t see the combined output.

image

Is there someway to combine the Diagnostics and Sublime linter panel output? Or is there some other place I can get all of the diagnostics for the current file?

0 Likes

#2

Theoretically, using LSP with https://github.com/iamcco/diagnostic-languageserver can deprecate SublimeLinter’s major diagnostic feature but then you have to manually setup cli commands, captures, … which SublimeLinter-* plugins do for you.

Here’s just an example setup for LSP with diagnostic-ls:

But I doubt that you will want to put such effort as it needs to be highly customized.

1 Like