Znuny (DK4Znuny-VisualStudioCode)
Znuny (DK4Znuny-VisualStudioCode) is an extension that helps you to make Znuny development less painful.
Repository |
GitHub |
Visual Studio Marketplace |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
Features
Snippets 
Znuny code snippets for fast, consistent and error free coding.

Static 
Statically created snippets.
- CodePolicy
- ConfigXML
- Customizing
- Debugging
- DynamicFields
- GitLab
- Language
- Licensing
- Needed
- Perl
- POD
- Selenium
- VariableCheck
Generated 
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
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.

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 🚀