Code Monkey home page Code Monkey logo

visubezier's Introduction

Half of Chris's head outlined, with nose, glasses, eyebrows and beard drawn

Hello, I'm Chris

I'm a designer turned developer who loves building for the web.

  • โŒจ๏ธ I'm a senior front-end developer at MOJO
  • ๐ŸŒƒ I absolutely love '80s aesthetics (neons โค๏ธ)
  • ๐ŸŒŽ I was born in France to Danish parents and live in the United States
  • โณ I occasionally make music or write reviews about movies and video games

Want to know more? Check out my About page on my portfolio.

visubezier's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

visubezier's Issues

Extension is always loaded - would be worthwhile to review `activationEvents`

Hi Chris,

I like this addition to VS Code! It was my first time dabbling with cubic-bezier() and I found this!

One thing that is worth changing is the activation event that triggers the loading of the extension. Currently the extension loads every time VS Code is opened, and with the asterisk activation event, it effectively delays VS Code from becoming active. The VS Code docs gives the following advice on this:

To ensure a great end user experience, please use this activation event in your extension only when no other activation events combination works in your use-case.

I would consider targeting CSS syntaxes instead. You can narrow down the languages you are targeting by using the onLanaguage event instead. You can use something like this instead:

"activationEvents": [
"onLanguage:css",
"onLanguage:scss",
],

The scss language ID includes .sass files. You could include single file component formats such as Vue and Svelte also too.

If you have some difficulty in deciding on which languages to target, you could use onStartUpFinished instead which would remove it from blocking VS Code on startup at least.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.