Does not check words longer than 39 chars
See original GitHub issueI think the screenshot pretty much sums up the issue.
thisIsAStringToCheckSpellChekAddon: string
thisIsAStringToCheckSpellChekAddonFunctionality: string
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
The Ideal Length for All Online Content - Buffer
Forty and 55 characters per line means about 8 to 11 words. If you're viewing the Buffer blog in a desktop browser, you're...
Read more >Longest Word in Dictionary - LeetCode
Given an array of strings words representing an English Dictionary, return the longest word in words that can be built one character at...
Read more >Python code should only output 5 character long words
All you need to pick only 5 character words: with open(r"C:\users\Cece\words.txt") as f: words_5 = [] for line in f: word = line.strip()...
Read more >How to Check Word Count on Google Docs - Software Advice
For longer documents, there are two basic ways to count your words in Google Docs. The first is through the menu bar at...
Read more >Longest words - Wikipedia
The longest word in any given language depends on the word formation rules of each specific language, and on the types of words...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You are right. It is a current limitation of the spell checker to avoid false positives. One option would be to make it configurable.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.