Skip to content

Update VSCode settings (#4) #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 30, 2025
Merged

Update VSCode settings (#4) #88

merged 8 commits into from
May 30, 2025

Conversation

seanbudd
Copy link
Contributor

@seanbudd seanbudd commented May 26, 2025

  • updates the .vscode/settings.json file to reflect the changes we have made to linting and typechecking.
  • symbols are renamed from snake case to camel case in addon/globalPlugin/MathCAT/*.py in order to conform to NVDA's naming conventions.

RyanMcCleary and others added 8 commits May 26, 2025 10:19
This PR updates the .vscode/settings.json file to reflect the changes we have made to linting and typechecking.
In this PR, symbols are renamed from snake case to camel case in addon/globalPlugin/MathCAT/*.py in order to conform to NVDA's naming conventions.
The PR changes all of the names of methods in MathCAT.py, MathCATPreferences.py, and MathCATgui.py to lowerCamelCase
@NSoiffer NSoiffer merged commit 2b26cda into NSoiffer:main May 30, 2025
@nvdaes
Copy link
Collaborator

nvdaes commented May 31, 2025

Thanks Neil and Sean. I'm starting to use settings (Pyproject, .vscode and .precommit.yaml) based on this for add-ons, and it's the first time that addonHandler and other imports are well recognized and can be used for autocompletion. Just to credit this work as elpful for other add-ons. Even I'm seing deprecations reported in Visual Studio Code, like the usage of List or Dict as type hints.
Amazing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants