Page 4 of 5
Re: Hollywood extension for Visual Studio Code (hw4vsc) released
Posted: Tue Apr 13, 2021 12:58 pm
by airsoftsoftwair
Great to see this update! Now on to Hollywood 9.0 support

Re: Hollywood extension for Visual Studio Code (hw4vsc) released
Posted: Fri Apr 16, 2021 6:59 pm
by mrupp
I tried it as well and I can confirm Clyde's answer as it works here as exepected, too. In addition, if you change
Code: Select all
newOOPInstance = myOOP:NewInstance()
to
Code: Select all
Global newOOPInstance = myOOP:NewInstance()
(or Local)
pressing F12 on "newOOPInstance" in "newOOPInstance:SomeFunction()" the cursor will jump to the correct line with the definition. Note that declaring a variable "Local" or "Global" is needed for this feature to be able to recognize it.
Re: Hollywood extension for Visual Studio Code (hw4vsc) released
Posted: Fri Aug 27, 2021 11:32 am
by Clyde
airsoftsoftwair wrote: ↑Tue Apr 13, 2021 12:58 pm
Great to see this update! Now on to Hollywood 9.0 support
Finally your wish came true.

I just release the new version (9.0.0) of the hw4vsc extension. The update should be visible in the Extension tab of Visual Studio Code for those who have it installed already.
Additionally it seems wise to change the Hollywood executeable from "Hollywood.exe" to "Hollywood_Console.exe" (see
https://github.com/JohnArcher/vscode-ho ... xecuteable),so debug output is redirected to Visual Studio Code's console (much nicer!).
Also, with the new "-printerror" argument of Hollywood you can output (the first) syntax error the VSC console as well (assuming you use Hollywood_Console.exe) (example shown here:
https://github.com/JohnArcher/vscode-ho ... tasks.json).
Have fun!
Re: Hollywood extension for Visual Studio Code (hw4vsc) released
Posted: Fri Aug 27, 2021 10:43 pm
by airsoftsoftwair
Very nice, congratulations on the release!
Re: Hollywood extension for Visual Studio Code (hw4vsc) released
Posted: Sat Aug 28, 2021 10:42 am
by Bugala
ah, thanks for the update again. I have changed into using Visual Studio Code for my Hollywood programming pretty much completely after I tried your extension.
Re: Hollywood extension for Visual Studio Code (hw4vsc) released
Posted: Sun Aug 29, 2021 2:07 pm
by Clyde
@Andreas: Thank you!
@Bugala: Great to hear! Do you still have the problem you reported last time?
Re: Hollywood extension for Visual Studio Code (hw4vsc) released
Posted: Tue Aug 31, 2021 12:11 pm
by tolkien
Thanks for the update! I hope you have enough energy to include inline help soon. Anyway this is a great job.
Re: Hollywood extension for Visual Studio Code (hw4vsc) released
Posted: Sat Sep 04, 2021 8:12 pm
by Clyde
You're welcome, tolkien!
Well, there is so much to do ... Inline is also on my help, but probably I will need some help from Andreas for this feature (mainly exporting the help texts), but I will contact him once I am ready for this one.

Re: Hollywood extension for Visual Studio Code (hw4vsc) released
Posted: Tue Apr 08, 2025 10:38 pm
by Clyde
Short and sweet: I released the new version (10.0.2) yesterday evening, which contains intellisense/code completion for all inbuild Hollywood functions and preprocessors with extensive quick info help (1000 thanks to Andreas!). 1000 thanks also to Michi Rupp for his support.
If the suggestions are not displayed immediately after starting VS Code, give the system a few seconds. A lot of data (help texts) have to be loaded.
I hope it runs smoothly for everyone. If not, please contact me here or create a ticket on
GitHub.
Happy coding!
Re: Hollywood extension for Visual Studio Code (hw4vsc) released
Posted: Fri Apr 18, 2025 10:57 pm
by airsoftsoftwair
Thanks a lot for the update, the new intellisense/code completion for all inbuilt Hollywood functions really makes editing Hollywood scripts very convenient with VS Code now, very good job!