Show Popup Error in SublimeLinter

- Go to Preferences > Browse Packages - SublimeLinter > sublimelinter.py - edit Line 402 or find code like this: "status += '; '.join(line_errors)" insert code below: # new stuff view.show_popup('<div class="content">' + ''.join(line_errors) + '</div>', location=-1, max_width=600) # end new stuff
just in case the error will not show in sublimelinter

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.