accessifix / nvda-for-vs-code

NVDA add-on for Microsoft Visual Studio Code improving InteliSense, code completion support, and other accessibility features.
GNU General Public License v3.0
19 stars 10 forks source link

Please, add-on needs to be updated! #3

Closed Dino804 closed 4 years ago

Dino804 commented 4 years ago

NVDA is transitioning in version 2019.3 to Python 3. Older add-on versions which are still in Python 2 no longer supported to install them in NVDA 2019.3 and later.

pawelurbanski commented 4 years ago

I will update the add-on to Python 3. The next step will be dealing with widgets that display tooltips for function parameter types or similar cases. I will also browse through the issues related to accessibility, and definitely try to bring up improvements coming from my own experience. I no longer code that much, but do care alot about the user experience when you use the tool like VS Code for hours.

From: Dino notifications@github.com Sent: Monday, 23 December, 2019 01:06 AM To: pawelurbanski/nvda-for-vs-code nvda-for-vs-code@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [pawelurbanski/nvda-for-vs-code] Please, add-on needs to be updated! (#3)

NVDA is transitioning in version 2019.3 to Python 3. Older add-on versions which are still in Python 2 no longer supported to install them in NVDA 2019.3 and later.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/pawelurbanski/nvda-for-vs-code/issues/3?email_source=notifications&email_token=AAWAEQCHABYPZ6JOXF2CES3QZ76H5A5CNFSM4J6OD4BKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICG5DWA, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAWAEQBYDT6VPFV7JYSC6K3QZ76H5ANCNFSM4J6OD4BA.

Dino804 commented 4 years ago

Many thanks. Here's a following guide which maybe helps.

A documentation about code porting to Python 3

alex19EP commented 4 years ago

i think now it is fixed.

Luke-Robinett commented 4 years ago

Hi folks. I rely on VS Code for work and school. Before I update to the latest NVDA version, can I be assured this add on is Python 3 compliant? Thank you to the gracious and kind developer who does this on his own time because he believes in our access to VS Code. Your hard work and selflessness is appreciated!

pawelurbanski commented 4 years ago

Yes, it is I am working on some very much needed additional fixes this very moent. I’m in touch with the VS Code team to organize feedback and do required work in parallel.

Possible current issues as of version 1.42.1:

If you could wait for a few days with updates that would be a safe thing to do.

pawelurbanski commented 4 years ago

I've updated the add-on. There is no major functionality introduced. I checked it using NVDA 2019.3.1 and the latest VS Code as of this date, namely: 1.42.1.

Please, head on to the releases section to download the updated package and read a few nots about whats new and old.