Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>pavicNew to Visual Studio Code? Get it now.
pavic

pavic

AntonioPavic

|
13 installs
| (0) | Free
VS Code extension that provides a console.log snippet for 'pavic'
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Pavic

Overview

Pavic is a VS Code extension that automatically converts pavic(data) into console.log("pavic", data) in JavaScript and TypeScript files.

Features

  • Automatically converts pavic(data) to console.log("pavic", data) when typing in JavaScript and TypeScript files.
  • Supports TypeScript React (.tsx) files as well.
  • Simplifies debugging and logging by reducing repetitive typing.

Installation

You can install the Pavic extension via the Visual Studio Code Marketplace:

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or press Ctrl+Shift+X.
  3. Search for "Pavic".
  4. Click on the Install button.

Usage

Pavic works automatically in JavaScript and TypeScript files. Here’s how you can use it:

  1. Open a JavaScript or TypeScript file in Visual Studio Code.
  2. Type pavic(data) where data is the variable or value you want to log.
  3. The extension will automatically convert pavic(data) to console.log("pavic", data).

Example

// Before
pavic("test");

// After
console.log("pavic", "test");
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft