ccrma / webchuck-ide

A Web-Based Programming Sandbox for ChucK
https://chuck.stanford.edu/ide
MIT License
12 stars 2 forks source link

Monaco Editor variable auto suggestion and improved hover documentation #19

Open terryzfeng opened 3 months ago

terryzfeng commented 3 months ago

@42x00 Would be a good idea for the Chuck-a-thon :)

42x00 commented 3 months ago

Yea, it requires chuck code parsing in monaco, tried in last hackathon, was too hard to finish 😂

Get Outlook for iOShttps://aka.ms/o0ukef


From: terry feng @.> Sent: Monday, April 8, 2024 4:01:25 PM To: ccrma/webchuck-ide @.> Cc: Yikai Li @.>; Mention @.> Subject: [ccrma/webchuck-ide] Monaco auto suggestion of previously typed variable names (Issue #19)

@42x00https://github.com/42x00 Would be a good idea for the Chuck-a-thon :)

— Reply to this email directly, view it on GitHubhttps://github.com/ccrma/webchuck-ide/issues/19, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGRXVIEUCR2F2XYIHIV57RDY4MOULAVCNFSM6AAAAABF5QV2ROVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZTEMRWGQZTSOA. You are receiving this because you were mentioned.Message ID: @.***>

terryzfeng commented 3 months ago

Awesome, we could tackle it this time around then. And perhaps fix the formatting of the hover suggestions haha

terryzfeng commented 3 months ago

Implemented variable auto suggestion in https://github.com/ccrma/webchuck-ide/commit/32fd3cd360186907568a9805a2d3872a529cda16

Just need to look into documentation hover improvements.