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

Znuny

Denny Korsukéwitz

|
19 installs
| (0) | Free
| Sponsor
Znuny (DK4Znuny-VisualStudioCode) is an extension that helps you to make Znuny development less painful.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Znuny (DK4Znuny-VisualStudioCode)

Znuny (DK4Znuny-VisualStudioCode) is an extension that helps you to make Znuny development less painful.

Repository GitHub Visual Studio Marketplace
GitHub release (latest by date) GitHub open issues Visual Studio Marketplace Version Visual Studio Marketplace last-updated
GitHub license GitHub closed issues Visual Studio Marketplace Rating release-date
GitHub language count GitHub contributors Visual Studio Marketplace Rating (Stars) Visual Studio Marketplace Rating
GitHub code size in bytes GitHub downloads VSC marketplace download VSC marketplace install
Versions Status
GitHub label version GitHub label version GitHub label version GitHub label version GitHub commits since tagged version GitHub Workflow Lint GitHub Workflow Pages

Features

  • Snippets
  • StatusBar

Snippets Snippets Total Counter

Znuny code snippets for fast, consistent and error free coding.

snippets

Static Snippets Static Counter

Statically created snippets.

  • CodePolicy
  • ConfigXML
  • Customizing
  • Debugging
  • DynamicFields
  • GitLab
  • Language
  • Licensing
  • Needed
  • Perl
  • POD
  • Selenium
  • VariableCheck

Generated Snippets Generated Counter

Snippets created generically using the existing perl POD.

snippets
│
└───Functions
│   └───ConfigObject
│   │       $ConfigObject->Get()
│   │       $ConfigObject->Set()
│   │
│   └───TicketObject
│           $TicketObject->TicketGet()
│           $TicketObject->TicketSearch()
│           ...
│
└───Modules
│       AgentTicketZoom
│       CustomerTicketOverview
│       ...

└───ObjectManager
        ConfigObject
            my $ConfigObject = $Kernel::OM->Get('Kernel::Config');
        TicketObject
            my $TicketObject = $Kernel::OM->Get('Kernel::System::Ticket');
        ...

StatusBar

The status bar gets an additional Znuny item and the entire status bar is displayed in the Znuny color #ff9b00
if the active file is a "Znuny file".

  • If the active file belongs to a Znuny framework ("Znuny file") in the workspace, the product name and version are displayed from the RELEASE file.
  • If the active file belongs to a Znuny package ("Znuny file") in the workspace, the vendor and the largest framework version are displayed from the SOPM file.

The status bar is updated with every active file change.

statusbar

Installation

To install this extension, you have three options:

1. Search Extension in Marketplace

Search and install online extension via VSC extensions menu.

Code -> Preferences -> Extensions simply search for Znuny to install.

2. Install via vsix file

Download latest vsix file and install via extensions menu.

Code -> Preferences -> Extensions -> Views and More Action -> Install from VSIX.

3. Source code

Download archive with the latest release and unpack it to VisualStudioCode extensions folder $HOME/.vscode/extensions/.

Download

For download see DK4Znuny-VisualStudioCode


Enjoy!

Your Denny Korsukéwitz 🚀

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft