- New: Supports Verilog/SystemVerilog (#47). Thanks, Kefa Chen (@ckf104).
- Fix: GitHub workflow badge (#46). Thanks, Yukai Chou (@muzimuzhi).
- New: more words
- New: C/C++ support
- New: more words
- New: 4000+ new words!
- New: Supports Python f-strings.
- I'm lazy
- Fix: [JavaScript/TypeScript] Do not provide completions in import/require clauses (#29). Thanks, Hugh (@HughWen).
- New: Option
programmingLanguage
now defaults totrue
and multi-line comment is supported.
- New: Option
externalUserDictFiles
which allows multiple dictionary files and Hunspell format (#25). - Experimental: Option
programmingLanguage
to get word suggestions when editing string and comment of common programming languages (defaults tofalse
) (#24).
- Bug fixes
- Fix: Import both
cSpell.userWords
andcSpell.words
(#13)
- New: Include word list from Code Spell extension (#12)
- New: Options
useExternalUserDictFile
(boolean
)userDictionary
(Array<string>
)
- Other: Bug fixes and more words
- New: Option
addSpaceAfterCompletion
- New: Comment out lines in user dictionary file with
//
(#6) - Other: More words
- Other: Don't complete inside HTML
<style>
,<script>
tags
- New: Option
dictCompletion.leastNumOfChars
(#3)
- New: Add user word list (#2)
- New: HTML support
- New: Add 637 more words
A big Thank You to Weihuang Wen
- New: Add 995 more words
- New: New icon from Flaticon
- Other: Minor improvement
- Fix: Don't suggest words in
\cite
,\ref
etc.