Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Spell Checker for Visual Studio Code

Support the development of the Code Spell Checker for Visual Studio Code
Collective - Host: opensource - https://opencollective.com/code-spell-checker - Website: https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker - Code: https://github.com/streetsidesoftware/vscode-spell-checker

Update Go words

Generated with https://github.com/AlekSi/go-words

github.com/streetsidesoftware/vscode-spell-checker - 89ade678f36136b0b261961513a595f93905b085 authored over 8 years ago
Fix crashing issue with missing workspace rootPath

github.com/streetsidesoftware/vscode-spell-checker - ab98b66beed3f5b2ea77cb5046b33db4afc950d1 authored over 8 years ago
Add many PHP library functions

github.com/streetsidesoftware/vscode-spell-checker - 9c22c407e90396cf1e05da2a4de432f9bfc3e336 authored over 8 years ago
Fix the error where "constructor" was accidentally flagged.

github.com/streetsidesoftware/vscode-spell-checker - ff45b655e21ded2af5e4e4428c7829d4d15e3e32 authored over 8 years ago
Add hook to clean up streams on shutdown.

github.com/streetsidesoftware/vscode-spell-checker - 362189a54b91ee5e171141397dc9bca370f0b5d0 authored over 8 years ago
Make swapping letter cheaper.

github.com/streetsidesoftware/vscode-spell-checker - 7faa4e085858a3647bc2546d7208f11d748ed41d authored over 8 years ago
Fix error with number of suggestions.

github.com/streetsidesoftware/vscode-spell-checker - f99f061e480a14da85ae477b13e537cec438fe11 authored over 8 years ago
Make reading the settings more robust.

github.com/streetsidesoftware/vscode-spell-checker - 817d52418966c6427431f293e1bd77005e2a6741 authored over 8 years ago
Add ability to add words to dictionary from quickTip.

github.com/streetsidesoftware/vscode-spell-checker - 503773c170fd4608748699cf8b7553a02868f2ee authored over 8 years ago
Add Ability to Modify the Settings file.

github.com/streetsidesoftware/vscode-spell-checker - 4759966edf62b1f8d89eb435b5ad2a310664b82f authored over 8 years ago
Add tslint.json for coding style.

github.com/streetsidesoftware/vscode-spell-checker - fb1d0bedaaa6c9c8f7be13210ea0f1b05ea4db6a authored over 8 years ago
Make converting node 4 calls to promises easier.

github.com/streetsidesoftware/vscode-spell-checker - 5d5c99b4e618965f1fdc1113ac50983a1b0d665e authored over 8 years ago
Allow the number of suggestions to be configured.

github.com/streetsidesoftware/vscode-spell-checker - 56b553c31d7874f455e6844be534f88bff1ce081 authored over 8 years ago
Move codeActions into its own file.

github.com/streetsidesoftware/vscode-spell-checker - b91d382ca10782d3bca7f084d3a7ba9e1d126940 authored over 8 years ago
Move settings.ts from the client to the server.

github.com/streetsidesoftware/vscode-spell-checker - 767931d47456beb1db8da6a40732f4d84a866712 authored over 8 years ago
Use a debounce technique by running requests through RX.

github.com/streetsidesoftware/vscode-spell-checker - 3a3fbaaea6e2ddf6d1f4135a553b9909f43a0c6e authored over 8 years ago
get ready to improve the suggestions.

github.com/streetsidesoftware/vscode-spell-checker - ef987529f0fccdff231b8881dd820bcf6aa05ae5 authored over 8 years ago
Experiment with speeding up the suggestions.

github.com/streetsidesoftware/vscode-spell-checker - 721b6cf6d7924bf0327c603950a75fb9ce375efe authored over 8 years ago
Make the cost of swapping two characters the same as a single edit.

github.com/streetsidesoftware/vscode-spell-checker - 63bf464c0e54aaf6b695f7132b557ca662786423 authored over 8 years ago
Speed up making suggestions.

github.com/streetsidesoftware/vscode-spell-checker - 4be945c4e945a22a69a832482542e2fb09950a61 authored over 8 years ago
Initial pass at suggestions.

github.com/streetsidesoftware/vscode-spell-checker - b93d7d5dffe6ddef6c1ce15fe032da1c488f2588 authored over 8 years ago
Use configuration for error limits.

github.com/streetsidesoftware/vscode-spell-checker - 6e59b5d03d7255af4e9e1d70aa95d754099d7163 authored over 8 years ago
Use settings for configuration.

github.com/streetsidesoftware/vscode-spell-checker - ff29e6ffa37ad74c7b5de986fc4c6a7ddc73eb0a authored over 8 years ago
Export declaration files so we can include them in the client.

github.com/streetsidesoftware/vscode-spell-checker - 99732cd25ad8bd73db45ebc6cb20672cb4dcb1d3 authored over 8 years ago
Starting to work on autosuggest.

github.com/streetsidesoftware/vscode-spell-checker - aa27d531f2618d2c63808bcbea785518008b1264 authored over 8 years ago
Experiment with suggestions.

github.com/streetsidesoftware/vscode-spell-checker - 623bdcef044741e2a390490c361b0a056995b100 authored over 8 years ago
Add some words to the dictionaries.

github.com/streetsidesoftware/vscode-spell-checker - 9ffe6fde044f480a4320abd87ac2b5637605ddcc authored over 8 years ago
Add a bit more on how it works.

github.com/streetsidesoftware/vscode-spell-checker - 4b1967764263495a6260fc24a1b76859a6efc0a4 authored over 8 years ago
Update the screencast image.

github.com/streetsidesoftware/vscode-spell-checker - b06d69220d35a4da72d78a83a71b8ae77eff13a7 authored over 8 years ago
Add some more words and an example .gif

github.com/streetsidesoftware/vscode-spell-checker - 5919335bab28629300ddf073c7632803c38282ce authored over 8 years ago
Point to the right readme.md

github.com/streetsidesoftware/vscode-spell-checker - c38863fd1ffdc5940f5a5b7bf6baefe8dfbef6c5 authored over 8 years ago
Prepare to publish for the first time.

github.com/streetsidesoftware/vscode-spell-checker - d70def90b9d09f10a351f636906e71c5898f1d30 authored over 8 years ago
Add more filetypes and words to dictionaries.

github.com/streetsidesoftware/vscode-spell-checker - b8794aca66e4921ea6178c17356d94506ab98c4c authored over 8 years ago
Fix some spelling errors and add a few words.

github.com/streetsidesoftware/vscode-spell-checker - 766ce39665470f4546b5dabe95578eb3737d9435 authored over 8 years ago