|
6 | 6 | </vendor> |
7 | 7 |
|
8 | 8 | <description><![CDATA[ |
9 | | -<p>This plugin is a powerful and versatile set of tools designed to enhance the development experience for software engineers. With its extensive collection of features, developers can increase their productivity and simplify complex operations without leaving their coding environment.</p> |
| 9 | +<p>Developer Tools brings a broad collection of everyday development utilities directly into IntelliJ-based IDEs. Encode and decode data, transform text, validate JSON, generate identifiers, inspect archives, format code and SQL, and run other common tasks without leaving the IDE.</p> |
10 | 10 |
|
11 | 11 | <p>Plugin icon by <a href="https://www.svgrepo.com/svg/489187/toolbox">Gabriele Malaspina</a>.</p> |
12 | 12 |
|
13 | 13 | <h2>Key Features</h2> |
14 | 14 | <ul> |
15 | | - <li>Encoding and Decoding: JWT (JSON Web Tokens), Base32, Base64, URL Base64, MIME Base64, URL encoding, line breaks</li> |
| 15 | + <li>Encoding and decoding: JWT (JSON Web Tokens), Base32, Base64, URL Base64, MIME Base64, URL encoding, ASCII, and line breaks</li> |
16 | 16 | <li>Regular Expression Matcher</li> |
17 | | - <li>UUID, ULID, Nano ID and Password Generator</li> |
| 17 | + <li>UUID, ULID, Nano ID, and password generators</li> |
18 | 18 | <li>Text Sorting</li> |
19 | 19 | <li>Text Case Transformation</li> |
20 | 20 | <li>Text Diff Viewer</li> |
21 | 21 | <li>Text Format Conversion</li> |
22 | | - <li>Text Escape:</b> HTML entities, Java Strings, JSON, CSV, and XML</li> |
| 22 | + <li>Text escaping and unescaping: HTML entities, Java strings, JSON, CSV, XML, and escape sequences</li> |
23 | 23 | <li>Text Filter</li> |
24 | 24 | <li>JSON Path Parser</li> |
25 | 25 | <li>JSON Schema Validator</li> |
26 | | - <li>Hashing</li> |
| 26 | + <li>Hashing and HMAC</li> |
27 | 27 | <li>HTTP Server (WireMock)</li> |
28 | | - <li>Archive (ZIP, TAR, JAR, 7z, ...) viewer and extractor</li> |
29 | | - <li>Date Time Handling (Unix Timestamp, Formatting, ...)</li> |
30 | | - <li>Units converters for time, data size and transfer rate</li> |
| 28 | + <li>Archive viewer and extractor for ZIP, TAR, JAR, 7z, and other formats</li> |
| 29 | + <li>Date and time tools for Unix timestamps, formatting, and parsing</li> |
| 30 | + <li>Unit converters for time, data size, and transfer rate</li> |
31 | 31 | <li>Code Style Formatting</li> |
32 | 32 | <li>SQL Formatting</li> |
33 | 33 | <li>Color Picker</li> |
34 | | - <li>Server certificates fetching, analyse and export</li> |
| 34 | + <li>Fetching, analyzing, and exporting server certificates</li> |
35 | 35 | <li>QR Code/Barcode Generator</li> |
36 | 36 | <li>Lorem Ipsum Generator</li> |
37 | 37 | <li>ASCII Art</li> |
38 | 38 | </ul> |
39 | 39 |
|
40 | 40 | <h2>Integration</h2> |
41 | 41 |
|
42 | | -<p>The main tools are currently available as a standalone dialog or tool window. Additionally, some tools are also available via the editor menu or code intentions. Some of these tools are only available if a text is selected, or the current caret position is on a Java/Kotlin string or identifier.</p> |
| 42 | +<p>The main tools are available in a standalone dialog and in a tool window. Some tools are also available from the editor menu or as code intentions. Editor actions may require selected text or a caret placed on a Java/Kotlin string or identifier.</p> |
43 | 43 |
|
44 | | -<p>The plugin settings can be found in IntelliJ's settings/preferences under <b>Tools | Developer Tools</b>.</p> |
| 44 | +<p>Plugin settings are available in IntelliJ IDEA's settings/preferences under <b>Tools | Developer Tools</b>.</p> |
45 | 45 |
|
46 | 46 | <h3>Tool Window</h3> |
47 | 47 |
|
48 | | -<p>The tool window is available under <b>View | Tool Windows | Tools</b>. All inputs and configurations will be stored in the project.</p> |
| 48 | +<p>The tool window is available under <b>View | Tool Windows | Developer Tools</b>. Inputs and tool configuration are stored per project.</p> |
49 | 49 |
|
50 | | -<h2>Dialog</h3> |
| 50 | +<h3>Dialog</h3> |
51 | 51 |
|
52 | | -<p>The action to access the dialog is available through IntelliJ's main menu under <b>Tools | Developer Tools</b>.</p> |
| 52 | +<p>The dialog is available from IntelliJ IDEA's main menu under <b>Tools | Developer Tools</b>.</p> |
53 | 53 |
|
54 | | -<p>To add the "Open Dialog" action to the main toolbar, we can either enable it in IntelliJ's settings/preferences under <b>Tools | Developer Tools</b>, or manually add the action via <b>Customize Toolbar... | Add Actions... | Developer Tools</b>.</p> |
| 54 | +<p>To add the "Open Dialog" action to the main toolbar, enable it in IntelliJ IDEA's settings/preferences under <b>Tools | Developer Tools</b>, or add it manually via <b>Customize Toolbar... | Add Actions... | Developer Tools</b>.</p> |
55 | 55 |
|
56 | | -<p>All inputs and configurations of the dialog will be stored on the application level.</p> |
| 56 | +<p>Dialog inputs and tool configuration are stored at the application level.</p> |
57 | 57 | ]]></description> |
58 | 58 |
|
59 | 59 | <depends>com.intellij.modules.platform</depends> |
|
0 commit comments