Open
Description
Sublime Text Version
Sublime Text 3 (Build 3176)
Rust Enhanced Version
v2.15.0
Operating system
Linux Pop!_OS 18.04 LTS
Expected behavior
Be able to see popup errors from both plugins.
Actual behavior
Rust Enhanced
shows a popup, which is almost instantly replaced by a LSP
popup.
Steps to reproduce
- Install
Rust Enhanced
. - Change settings
rust_phantom_style
topopup
. - Install
LSP
. - Make an error in a rust source file.
The reason I want both plugins is because LSP
gives information about things when I hover over them. Rust Enhanced
on the other hand has better formatted error messages.
For now I think I'm just going to hide LSP
error messages.
Thanks.