Giter Site home page Giter Site logo

Comments (5)

Marwes avatar Marwes commented on June 5, 2024 2

For LSP there are some things to keep in mind.

  • The first line of the message should have enough information that it and the line where the error occurred is enough to fix the problem. This is because editors tend to require additional action to view the rest of the message.

  • Colors can't be used to mark important sections of the message. Instead marked locations must be done via ^^^^~~~ etc.

  • On the other hand the editor will mark at least the line at which the error occured so drawing out spans in the message might not be as important, unless they involve multiple spans (currently the LSP only supports one span per diagnostic but RLS is experimenting with a way to group multiple diagnostics into one rust-lang/rls#681).

from codespan.

brendanzab avatar brendanzab commented on June 5, 2024 2

At the moment I'm thinking we'd want to have common Diagnostic struct that tries to stick to the 'semantic model' of a diagnostic, leaving ultimate 'styling' to downstream consumers, like the CLI formatter or LSP. We'd simplify/throw away some info when supporting the LSP for example.

from codespan.

brendanzab avatar brendanzab commented on June 5, 2024

Here's a nice post of Flow's new error formatting: https://medium.com/flow-type/better-flow-error-messages-for-the-javascript-ecosystem-73b6da948ae2



from codespan.

brendanzab avatar brendanzab commented on June 5, 2024

Oh cool. Seems like they are hashing things out with the LSP folks on microsoft/language-server-protocol#166 as well. 🤔

from codespan.

brendanzab avatar brendanzab commented on June 5, 2024

Some nice output from Hedgehog hedgehogqa/fsharp-hedgehog#80 (comment)


from codespan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.