VS-code extension to improve the integration with Mezzurite experience
Перейти к файлу
Ka-wai Wong 039047d7a4 Add onFileChanged event hander 2019-03-11 15:28:53 -07:00
.vscode Update json indentation to 2 spaces 2019-03-04 19:15:28 -08:00
client Remove unused imports from extension.ts 2019-03-04 19:18:06 -08:00
resources Adding new demo gifs and updating documentation (#20) 2019-01-14 13:28:55 -08:00
server Add onFileChanged event hander 2019-03-11 15:28:53 -07:00
.gitignore Initial port to language server protocol project structure 2019-03-04 18:55:22 -08:00
.vscodeignore Add jest 2019-03-04 19:36:00 -08:00
CHANGELOG.md Added the intial changes for base extension for mezzurite (#1) 2018-11-19 13:29:26 -08:00
LICENSE Initial commit 2018-11-12 11:42:10 -08:00
README.md Update README.md 2019-01-30 14:30:38 -08:00
azure-pipelines.yml Set up CI with Azure Pipelines 2019-03-06 14:56:28 -08:00
icon.png Adding icon and description for the base extension (#2) 2018-12-11 11:31:26 -08:00
jest.config.js Add jest 2019-03-04 19:36:00 -08:00
package-lock.json Add jest 2019-03-04 19:36:00 -08:00
package.json Add jest 2019-03-04 19:36:00 -08:00
tsconfig.json Add jest 2019-03-04 19:36:00 -08:00
tslint.json Update json indentation to 2 spaces 2019-03-04 19:15:28 -08:00

README.md


logo
Mezzurite SDK Extension for Visual Studio Code

This plugin improves the Mezzurite SDK implementation experience. The Mezzurite SDK provides a consistent way to collect performance metrics of Single Page Applications across a variety of frameworks. Learn more about Mezzurite by visiting our GitHub Repository!

Features

Components Tracking

Displaying the marked and unmarked components for performance tracking from the application code currently active in editor workspace.

Updates in Component Tracking Status on the fly whenever a component file or its external html template is changed, deleted or a new component is created.

Demo

Components Demo

Modules Tracking

Displaying the modules configured with mezzurite performance markers to capture ALT and VLT for the application code currently active in editor workspace.

Updates in Modules Tracking Status on the fly whenever a module file is changed, deleted or a new module is created. Hovering over the module name displays the missing condition to track that module.

Demo

Modules Demo

RoadMap

We are working on to provide the following features:-

Intellisense and autocomplete

Suggestion are provided for mezzurite syntaxes while typing imports and other mezzurite syntaxes. Code completion would be performed automatically while hitting Ctrl+Space on specific syntaxes.

Verifying Loggers

This feature verifies whether logging options for captured metrics is enabled or not. This also provides suggestions on required mandatory properties in logging config.

Configuration

This extension will be Activated automatically for the active workspace in vs code editor, provided the workspace have a mezzurite dependency.

Installation

To install, click on the "Install" button above and open with visual studio code, which will bring up the Extensions view in the editor.

You can also reach to this page by clicking on the Extensions icon in the Activity Bar on the side of VS Code or the command Ctrl+Shift+X and typing "mezzurite" keyword in the search bar.

After a successful install, you'll see a Reload button. Clicking on this will restart VS Code to enable the extension.

Limitations

  • Currently tracking Components and Modules feature is only supported for mezzurite-angular framework.
  • Explorer views are fixed and therefore are always visible. In the case of React, the modules section would not be needed.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License.

Support

For more information and feedback on Mezzurite and its extensions. Please contact us at:- mezzurite@microsoft.com