Dizablah The Lamot Posted February 4, 2022 Posted February 4, 2022 So as I am getting refamiliarized with GSAP I was wondering what IDE y'all are using? I am right now I am back and forth between ATOM and Codepen. In Codepen I am finding it a hassle when I am uploading assets I have to "reconnect" them in my code but it offers color coding and seems to have some auto complete features. While in ATOM I can't seem to find a package that supports GSAP. So I was wondering what y'alls workflow looks like. You don't have to get into the weeds if you don't want. Just looking for some options. TIA, Diza
nesterson Posted February 5, 2022 Posted February 5, 2022 I switched to Visual Studio Code from Atom a few years ago and haven't looked back. It seems to be the industry standard IDE. I'd recommend it over anything else 1
Dizablah The Lamot Posted February 5, 2022 Author Posted February 5, 2022 Does it have a GSAP library?
akapowl Posted February 5, 2022 Posted February 5, 2022 In VS Code you can easily search for extensions. It looks like the only one for code snippets for GSAP3 though (there appear to be 2 others, but they are for the older versions) is the one by Petr Tichy aka @ihatetomatoes, also mentioned in this thread. https://ihatetomatoes.net/greensock-snippets-for-vscode/ Also there is this video from the GSAPLearningCenter, explaining how you can get Auto-Completion and hinting up and running in VS Code (and probably other Editors, too). But I personally never used any of those, so I can't be much of a help beyond pointing you towards them. 4
GreenSock Posted February 5, 2022 Posted February 5, 2022 13 hours ago, Dizablah The Lamot said: Does it have a GSAP library? Just to be clear, IDEs don't "have" a library really. Typically they just use TypeScript definition files to offer autocomplete/hinting. GSAP does come with TypeScript definition files, so most good IDEs will be able to offer that out of the box. I personally use WebStorm and it seems to work well. I've heard great things about VS Code. Enjoy! 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now