Sublime Forum

Show errors inline does not function

#1

I have reset my computer and reinstalled mingw and sublime text but my coding errors is shown on the bottom bar instead of the red bars near lines. I tried installing sublimelinter package, uninstalling sublime and retrying but i couldnt fix it. Please help me.

0 Likes

#2

Ekran%20Al%C4%B1nt%C4%B1s%C4%B1 just like that i want red bars this is so useless

0 Likes

#3

Are you using a custom sublime-build file or one that comes with Sublime? In order for inline errors to be caught and displayed, the build file needs to include a file_regex (and possibly line_regex, depending on the output type) to tell Sublime how to capture the errors for display.

0 Likes