-
Notifications
You must be signed in to change notification settings - Fork 17
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
Suggestions not available in visual studio code #16
Comments
I'm not a VS Code user myself, but since it seems the MS bandwagon is pretty full these days. I'll see what I can do. No promises though... ;) |
Hi, I'm a technology teacher in Australia and have setup a fork of Scratch for using with Arduino style robots and other hardwares. I very much like your JS library for Scratch because I also use JS for controlling hardwares from the browser. We are using Monaco in the browser (i.e. VScode) because it can do intellisense (syntax suggestions) and we have already done this for our own JS library for the hardwares. I would like to utilise your lib and I would want to create the typescript file for the intellisense in VScode. Would you prefer this be done as a pull into yours or we can inject it in the browser independently of any library? So, I can write the typescript file for your library but do you want it in your lib though? Your thoughts? |
That's great. If you call Pull Request it's best. |
OK, sounds like a plan. I'm just doing gamepads for the scratch fork but will get up to this in May. So, I'll get back to you then. |
Suggestions are not available when using Blocklike.js in visual studio code
I think Suggestions are a must for educational library
However, it seems that the explanation is written in jsdoc in the code.
How to use with vscode?
The text was updated successfully, but these errors were encountered: