Goland gives weird background color hightlight when using sql packages

已回答

Hi all,

I ran my code and it seems fine. I also included the problem window in the photo to show that there is no error or related warnings. Is there any way to disable that green color? It is messing with my vision.

0

Hello,

The green color in the Dracula theme shows which piece of code and language was injected. In your case, it was SQL.

You can turn off changing the background in the settings: Preferences / Settings | Editor | Color Scheme | General | Code | Injected language fragment (globally) or Color Scheme | SQL | External command (only for SQL).

I hope it helps.

0

Daniil Perfect. Thanks for the help!

0

请先登录再写评论。