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
JosiahMoses ed6df007fd
Add Navigations Keys (#8)
* Add Navigations Keys

* Update package.json

Fixed Typo

* Update commands.ts

Fixed Typo

Co-authored-by: Jake Grossman <jake.r.grossman@gmail.com>
2021-11-16 11:56:57 -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
src Add Navigations Keys (#8) 2021-11-16 11:56:57 -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 Add Navigations Keys (#8) 2021-11-16 11:56:57 -06:00
README.md Add README.md 2021-09-25 16:21:23 -05:00
tsconfig.json Implement increasing font and editor scale 2021-10-16 19:30:40 -05:00

Mind_Reader

The current editor options available lack the level of accessibility that is required to allow students who are visually impaired to adequately edit, write, and debug code. This tool would extend Visual Studio Codes existing accessibility options to allow everyone, primarily students K-12, to learn programming with Lego Mindstorms. Our goal is to provide an enhanced experience for students who are visually impaired that is transparent to sighted students. This allows for everyone to use the same software solution, whether or not they are vision impaired.

Dependencies

See "Your First Extension" API page if you need more help.

Cloning & Setup

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).