microsoft / vscode-makecode

A vscode.dev compatible extension for Microsoft MakeCode
MIT License
36 stars 6 forks source link

Intellisense seems off #32

Open abchatra opened 1 year ago

abchatra commented 1 year ago
  1. Go to main.ts
  2. Type "sprites."
  3. See it automatically changed to "SpeechRecognitionResult." image
riknoll commented 1 year ago

interesting... this only repros in vscode.dev and not native vscode. must be some difference in the typescript language service

riknoll commented 1 year ago

https://github.com/microsoft/vscode-dev/issues/827

jwunderl commented 1 year ago

Checked in on this as I was curious; some updates here, looks like vscode/typescript side initial handling is in https://github.com/microsoft/vscode/pull/169311, with one issue remaining on vscode-dev side & is now listed in the march milestone: https://github.com/microsoft/vscode/issues/170920#issuecomment-1437797386

Jaqster commented 1 year ago

This is super frustrating. Not only does it not help you, it pro-actively hinders you.

https://user-images.githubusercontent.com/22108954/222801075-90a56a9c-6be6-45b6-a372-fbbfa58757f7.mp4

abchatra commented 1 year ago

Tracked here: https://github.com/microsoft/vscode/issues/170920

riknoll commented 1 year ago

This is fixed in insiders!