Vscode-marky-stats Alternatives
Similar projects and alternatives to vscode-marky-stats
-
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
vscode-extension-samples
Sample code illustrating the VS Code extension API.
-
publish-vscode-extension
GitHub action to publish your VS Code Extension to the Open VSX Registry or Visual Studio Marketplace.
-
vscode-javascript-extensions
VS Code extension examples written in in JavaScript
-
vscode-snippets-ranger
View and edit all of your snippets in one purty place! Yee-haw!!
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
vscode-marky-stats reviews and mentions
-
Write a VS Code extension in JavaScript, not TypeScript ^
Like any JavaScript project, you can use any bundler you wish. Bundling can make even an extension with just a few modules load considerably faster. I looked at this with Marky Stats which has 3 short modules, and it improved the loading time. This is optimization, if you are beginner, do not feel obligated to do it. Pace yourself!