vscode-ltex
cspell
vscode-ltex | cspell | |
---|---|---|
10 | 9 | |
824 | 1,314 | |
- | 2.3% | |
0.0 | 9.9 | |
about 1 year ago | 6 days ago | |
TypeScript | TypeScript | |
Mozilla Public License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vscode-ltex
-
Scramble: Open-Source Alternative to Grammarly
For VSCode users who want to try out LanguageTool, I cannot recommend the LTeX extension [1] highly enough. Setting up a self-hosted configuration is really easy and it integrates very neatly with the editor. It was originally built for LaTeX but also supports Markdown now.
[1]: https://github.com/valentjn/vscode-ltex
-
What would be the best way to run Grammarly on a latex file?
In case you do not insist on using Grammarly, you can use LanguageTool (offline) via the LTeX plugin.
-
What external tools do you use in your workflow?
As a philosophy student: Zotero for reference management, the Better BibTeX plugin to auto-generate a .bib file, and two language servers for diagnostics: LTeX for grammar- and spellchecking, and alex for style and sensitivity checking.
-
Write Better in Neovim With Languagetool
ltex-ls
- Writing like a pro with Vale and Neovim
-
Setup your private LanguageTool server
If you want language-tool support for your markdown files within vscode you can use the LTEX Extension.
- Spell Checker Using LanguageTool with Support for LaTeX, Markdown, and Others
- Grammar/Spell Checker Using LanguageTool (CLI + LSP + Addon)
- Otter.ai has saved reporters hours transcribing interviews. Caveat emptor
cspell
-
FIXME Please: An Exercise in TODO Linters
CSpell is a relatively extensible code spellchecker. It’s easy to use OOTB, and it runs on all file types. However, it has a high false positive rate and requires that you manually tune it by importing and defining new dictionaries. Let’s see what it takes to turn it into a TODO linter. First, run trunk check enable cspell.
- Google takes the pain out of code reviews, with 97% dev satisfaction
-
Plugin request: cspell.nvim
CSpell is a great spell checker for code. It can be added as a source to null-ls. However, a lot of features are missing when it's used from null-ls, for instance the ability to ignore certain paths. According to this comment in a null-ls thread cspell would need its own companion plugin.
-
Spell and grammar checking an entire website?
I use cspell CLI to test for spelling errors at build time so that spelling errors cannot get committed. It's very easy to automate to avoid introducing errors. I don't know of an offline library to check for grammar though.
-
🚀 NodeJS + Ts.ED + TypeScript + Clean Architecture Template
Spell check
-
JS React .concat('...') only when there is more text
Are this.state.representative and this.respresentative supposed to be the same thing? First off, they are misspelled, second, not the same property. Highly recommend at least using a code spell checker cspell and VS Code - Code Spell Checker if you aren't going to use TypeScript or ESLint.
-
Need criticism, a stock watchlist
You could definitely use a spellchecker. cspell is a great programatic spellchecker that you can add to your commit or build validations to enforce that things are spelled correctly.
-
Ask HN: Let's Build CheckStyle for Bash?
- cspell: https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell
-
Help understanding nested Axios.get
Also, it's response not responce. Highly recommend using the Code Spellchecker plugin for VS Code and/or the cspell cli for spellchecking.
What are some alternatives?
coc-spell-checker - A basic spell checker that works well with camelCase code for (Neo)vim
hunspell - The most popular spellchecking library.
Openly - A Vale linter style that aims to replicate Grammarly in an open-source, privacy-friendly way
mp4grep - mp4grep is a CLI for transcribing and searching audio/video files
cspell.nvim - A companion plugin for null-ls/none-ls, adding support for CSpell diagnostics and code actions.
coc-explorer - 📁 Explorer for coc.nvim
dictionaries - Hunspell dictionaries in UTF-8
coc-prettier - Prettier extension for coc.nvim.
shfmt - A shell formatter (sh/bash/mksh)
silero-models - Silero Models: pre-trained speech-to-text, text-to-speech and text-enhancement models made embarrassingly simple
bashate - Code style enforcement for bash programs. Mirror of code maintained at opendev.org.