-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Issue Description
Codebook is not showing any code actions for spelling mistakes it is recognising. But it is only happening for .py files. It is working as expected in .go files (these are the only files I have used codebook on so far I don't know if this issue extends to other languages).
Another issue is that it is not flagging the same spelling error in the files. Please see the attached images for context.
Operating System
macOS
Editor
Zed
Codebook Version
No response
Configuration
dictionaries = [
"en_us",
"en_gb",
]
words = [
"crm",
"dbutil",
"gst",
"mailjet",
"oauth",
"ontrip",
"pfx",
"raaho",
"rebalance",
"salesorder",
"zoho",
"zohobooksclient",
"zohooauthclient",
]Steps to Reproduce
- Open a python file.
- Make a typo.
Expected Behavior
See code actions to replace with possible spellings or add to dictionary.
Actual Behavior
No code actions displayed.
Code Sample
Log Output
Additional Context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

