danielscherzer / GLSL

VSIX Project that provides GLSL language integration.
257 stars 28 forks source link

Positions of errors and warnings are not indicated on the scroll bar #123

Open JuanDiegoMontoya opened 7 months ago

JuanDiegoMontoya commented 7 months ago

Installed product versions

Description

In C++, the scroll bar typically indicates the locations of errors and warnings so they can be quickly located. Note the red, orange, and blue dashes that indicate issues of varying severity.

image

In GLSL, the only efficient way to locate errors is to use the Error List window, as nothing will be displayed in the scroll bar except changes that the VCS integration detects.

image