question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Syntax check must treat dot and apostrophe as delimiters

See original GitHub issue

image

Same goes for foo'barBazQux — the foo'bar part gets underlined, the BazQux is not.

Expected: Data.IO syntax should be checked as two words, Data and IO. In case of foo'bar, it should be treated as foo and bar.

The issue reproduction rate is not 100%, sadly.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:17 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
develop7commented, Nov 16, 2021

Now the aforementioned upstream issue got resolved with the following answer:

In case of Haskell and Scala that behavior should be tuned on the language plugin side. There is SpellcheckingStrategy that makes possible introduction of additional splitters of words before spellchecker will see them.

Which puts the ball back to our side

0reactions
rikvdkleijcommented, Nov 3, 2020

@develop7 Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Quotes, Escape Characters, Delimiters - Windows CMD - SS64
How-to: Escape Characters, Delimiters and Quotes at the Windows command line. ... so must be escaped (twice) if you wish to treat it...
Read more >
Regular Expressions in R - Amazon AWS
When we want to use an apostrophe as an apostrophe and not a string delimiter, we need to use the “escape” character \'...
Read more >
How do I escape special characters in MySQL? - Stack Overflow
You should use single-quotes for string delimiters. ... quoted with “"” needs no special treatment and need not be doubled or escaped.
Read more >
Errors using special characters in Access databases - Office
Lists the special characters to avoid using when you work with the database object names or the field names in all versions of...
Read more >
APOST/QUOTE - IBM
APOST/QUOTE option syntax ... Delimiters: You can use either quotation marks (") or apostrophes (') as literal delimiters regardless of whether the APOST...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found