My Capstone project, continuing an earlier team's work on making VSCode more accessible. I created a ton of documentation for the project, including a Wiki, to aid in onboarding the team that came after us.
Go to file
2021-11-30 12:36:58 -06:00
.github/workflows Integrate Parser (#4) 2021-10-26 12:48:04 -05:00
.vscode Integrate Parser (#4) 2021-10-26 12:48:04 -05:00
media Masonbone (#13) 2021-11-30 12:04:26 -06:00
src Masonbone (#13) 2021-11-30 12:04:26 -06:00
.eslintrc.json Initial commit 2021-09-25 16:18:41 -05:00
.gitignore Initial commit 2021-09-25 16:18:41 -05:00
.vscodeignore Initial commit 2021-09-25 16:18:41 -05:00
package-lock.json Added Menus 2021-10-19 12:12:03 -05:00
package.json Update package.json 2021-11-30 12:27:11 -06:00
README.md Update README 2021-11-27 17:18:15 -06:00
tsconfig.json Implement increasing font and editor scale 2021-10-16 19:30:40 -05:00

Mind Reader Logo

Mind_Reader

The current editor options available lack the level of accessibility that is required to allow people who are visually impaired to adequately write, edit, and debug code.

This tool extends Visual Studio Codes existing accessibility options to enable people with a visual impairment to learn Python programming with LEGO Mindstorms. Our goal is to:

  • provide an accessible experience to people with a visual impairment

  • not change the editing workflow for people without a visual impairment

Major Features

  • Play audio alerts for syntax and runtime errors.

  • Present a summary of the scope for an individual line of code.

  • Save and load programs directly onto the LEGO Hub from within Visual Studio Code

For Developers

Dependencies

Development Quick Start

Use the following to set up the extension for development.

$ git clone https://github.com/SingleSemesterSnobs/Mind_Reader.git
$ cd Mind_Reader
$ npm install

While inside the repository do

$ code .

to open the cloned repository in VS Code.

Then, use "Run > Start Debugging" on the menu bar to start the Extension Development Host (F5 by default).


See the Visual Studio Code getting started API page if you need more help.