Skip to content

Interoperability with sublimelinter #47

Closed
@nejsimon

Description

@nejsimon

It would be nice if Javascript Enhancements could be used together with SublimeLinter!

When a linter detects an error it will properly mark the code block in red but when hovering it you get something nonsensical from JavascriptEnhancements and not the expected tooltip message from SublimeLinter detailing the error. You can still see the error in the status field when placing the cursor in the code block though.

Expected Behavior

The linter error is shown when hovering the code.

Actual Behavior

A nonsensical message i shown

Sublime Text console logs

No errors in the log

Screenshots

SublimeLinter, JavaScriptEnhancements enabled
enabled
SublimeLinter enabled, JavaScriptEnhancements disabled
disabled

Steps to Reproduce the Problem

  1. Install SublimeLinter and a linter plugin for js files
  2. Install JavascriptEnhancements
  3. Write some broken code
  4. Hover the broken code when the linter detects the error

Specifications

  • Sublime Text 3 build: 3143
  • OS: Windows 7 x64
  • JavaScript Enhancements version: 0.6.12

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions