vscode-polarion READMEThis extension finds work items in polarion and add the title of the work item behind the item ID in any text. These texts are decorations in Code and do not interfere with the document itself. A document will be updated on save or when changes the file that is viewed in Code. FeaturesAfter setup after any save expect the titles to be displayed like depicted below: Hover over the text behind the line or on the item for a hover with more detailed info: Right click on a work item name will enable the 'Open item in Polarion' option in this context menu. Use the outline to quickly navigate to work items in the currently opened document. Look for the messages that pop-up: General information is always available in the status bar. which can be clicked to restart the polarion client.
More detailed info is printed in a newly added output channel: Extension SettingsInclude if your extension adds any VS Code settings through the For example: This extension contributes the following settings:
The username and password can be saved in a separate file in .vscode with the name polarion.json. IF the file is present and valid, it will override the settings above. Known IssuesPassword is stored in plain text in settings. Only the first work item is handled: Release Notes0.2.2Added the refresh time setting and polarion.json configuration file. 0.2.1Added time to workitem so they are retrieved again after a period of time. This helps when updating tickets or after a disconenction from polarion. 0.2.0Initial test command added for getting the work item title 0.1.8Added outline view. 0.1.7Added hover menu with more work item info. 0.1.6Added output channel for more detailed logs that are user accesible. 0.1.5Added status bar item showing update progress. Nice for larger documents or slower servers. 0.1.4Adding logo 0.1.1Add editor context menu option. some error reporting in place. 0.0.1Initial release with basic functionality and no tests |