Blog (Page 17 of 20)
-
Add missing intellisense for JavaScript libraries in VS Code
If you use a script tag to include a library in your webpage, you don’t get any intellisense suggestions in your script. Here is how to solve this.
-
How to create a slick animation from Killing Eve
It would be fun to create some title sequences from TV shows as web animations. You know the bit where the credits roll? First stop, Killing Eve.
-
How to make an awesome horizontal parallax animation
The parallax effect creates a perception of depth. I’m going to deconstruct how you create the parallax effect with a visual, interactive example.
-
Polymorphism in Java Tutorial – With Object Oriented Programming Example Code
Polymorphism can reduce duplication of code when you want the same actions to be performed on different types of objects. Here is you can use it in your Java code.
-
How to run a command automatically in VS Code when you open a project
It would be great to launch a bundler or server for a web project when I open a project in VS Code. Can this be done in VS Code?
-
VS Code Performance – How to Optimize Visual Studio Code and Choose the “Best” Extensions
In this article, I will outline how you can audit the performance of your existing extension suite, and give some general performance tips.
-
Visual Studio Code Snippets – the Definitive VS Code Snippet Guide for Beginners
Snippets can help you write code more efficiently. They can save you typing out the same things again and again.
-
VS Code’s secret snippets
Did you know that VS Code has built-in snippets? They are not documented. There is no way to browse them in VS Code. How do you find out about them?
-
Customize your VS Code setup for a project, or for a language
You may want to want VS Code setup differently for a specific project or when working with a particular language. What is the simplest way?
-
How to use VS Code as your Git editor, difftool, and mergetool
Do you use VS Code as your default Git editor? Let’s look at the potential benefits of using VS Code as a fully-fledged Git partner, and how you can do it.