├── 392436157-7096ade5-e84c-49f1-b7b3-1ae68f02b418.png ├── CHANGELOG.md ├── README.md ├── license.txt ├── media.gif └── media ├── bmc_qr.png └── l.tct /392436157-7096ade5-e84c-49f1-b7b3-1ae68f02b418.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JacquesGariepy/out-of-code-insights/8c5b28c80e0bce7ab19bd1536e610449b6004f13/392436157-7096ade5-e84c-49f1-b7b3-1ae68f02b418.png -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog 2 | 3 | ## 1.0.7 4 | - Fix bug 5 | - Indicate in readme how to reset OpenAI key in VSCode secret storage 6 | 7 | ## 1.0.6 8 | - Added **AI Suggest Annotation** with OpenAI integration. 9 | - Added **Configure AI Provider and Keys** feature to switch between OpenAI and Copilot. 10 | - Updated **Extension Configuration** to include AI provider and model settings. 11 | - Added **Batch Edit Annotations** feature to modify multiple annotations simultaneously. 12 | - Implemented **Keyword Search in Annotations** for quick retrieval using specific keywords. 13 | - Added **Filter Annotations by Severity** to categorize annotations based on importance levels. 14 | - Introduced **Search Annotations by Tag** for advanced annotation filtering. 15 | - Added **Toggle Annotation Pin** to pin/unpin important annotations. 16 | - Introduced **Convert Annotation to GitHub Issue** to transform annotations into GitHub issues. 17 | - Added **Export Annotations to JSON** feature for sharing or backup. 18 | - Implemented **Import Annotations from JSON** to restore annotations from a JSON file. 19 | - Added **Auto-Resolve Stale Annotations** to automatically handle outdated annotations. 20 | 21 | ## 1.0.5 22 | - Bug fixes 23 | 24 | ## 1.0.4 25 | - Documentation in the README.md file 26 | 27 | ## 1.0.3 28 | - Added Activity Bar view for annotations (thanks to https://www.reddit.com/user/gus_morales/ for the suggestion!). 29 | - Improved localization handling 30 | 31 | ## 1.0.2 32 | - Added retry mechanism for WebView content updates 33 | - Improved initialization process with Promise-based waiting 34 | - Updated French localization system implementation 35 | - Enhanced annotation navigation 36 | 37 | ## 1.0.1 38 | - Fixed issue where annotations with invalid line numbers caused initialization errors 39 | - Added validation during annotation loading to remove invalid annotations 40 | - Enhanced error handling and logging for better debugging 41 | - Add, view, and delete annotations 42 | - Track changes in files 43 | - Support for multiple languages (English, French) 44 | - Annotation threading and commenting system 45 | 46 | ## 1.0.0 47 | - Initial release 48 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Out-of-code Insights [![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/JacquesGariepy.out-of-code-insights)](https://marketplace.visualstudio.com/items?itemName=JacquesGariepy.out-of-code-insights) 2 | 3 | Out-of-code Insights is a Visual Studio Code extension that allows you to add annotations, comments, and notes **without modifying your source files**. It is ideal for avoiding clutter in your code with temporary comments or making the code unnecessarily heavy. 4 | 5 | ## 🌐 Connect with Me 6 | 7 | You can find me on these platforms: 8 | 9 | [![Github Badge](https://img.shields.io/badge/-0077B5?style=social&logo=github)](https://github.com/JacquesGariepy) 10 | [![LinkedIn Badge](https://img.shields.io/badge/-0077B5?style=social&logo=linkedin)](https://linkedin.com/in/jacquesgariepy) 11 | [![X Badge](https://img.shields.io/badge/-1DA1F2?style=social&logo=x)](https://X.com/jacquesgariepy) 12 | 13 | We’d love to hear your thoughts, feedback, and ideas! Feel free to join the conversation on GitHub Discussions and connect with the community. 14 | 15 | [![GitHub Discussions](https://img.shields.io/github/discussions/JacquesGariepy/out-of-code-insights)](https://github.com/JacquesGariepy/out-of-code-insights/discussions) 16 | 17 | 18 | 19 | [![GitHub Discussions](https://img.shields.io/badge/buy_me_a_coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/jacquesgarx) 20 | 21 | ## Why use Out-of-code Insights? 22 | 23 | - **Non-intrusive annotations**: Add comments without altering the source code, keeping your files clean and organized. 24 | - **Optimized for code reviews**: Facilitate team communication by adding comments directly on the relevant lines. 25 | - **Avoid code clutter**: Maintain clarity and readability of your code by avoiding unnecessary comments. 26 | - **Annotations on all file types**: Add annotations to any file in your project, including source code, Markdown, JSON, XML, text, etc. 27 | - **Intelligent change tracking**: Annotations automatically follow file changes as long as edits are made within Visual Studio Code. 28 | - **Personalization**: Adapt the extension to your needs with various configuration options. 29 | - **Threaded discussions**: Reply to annotations to create threads and enhance collaboration. 30 | - **Advanced annotation management**: Move, filter, sort, and navigate annotations with ease. 31 | - **Batch Edit Annotations**: Modify multiple annotations simultaneously to save time and effort. 32 | - **Keyword Search**: Quickly find annotations by searching for specific keywords. 33 | - **Filter by Severity**: Categorize and view annotations based on their severity levels. 34 | - **Show AI Suggestion**: Display simulated suggestions from AI. 35 | - **Show Github Copilot Suggestion**: Display simulated suggestions from GitHub Copilot. 36 | - **Auto-Resolve Stale Annotations**: Automatically handle annotations that are no longer relevant or outdated. 37 | 38 | [![Watch the video](https://github.com/user-attachments/assets/16cf301b-7eb1-480d-a616-ba4fae09a16f)](https://youtu.be/H6xjResrJzw) 39 | 40 | ![feature_add](https://github.com/user-attachments/assets/ea4d463e-a2d5-4eb4-85c8-04746533213f) 41 | (`add in v1.0.3 - Activity bar`) 42 | 43 | ![binary file](https://github.com/user-attachments/assets/7096ade5-e84c-49f1-b7b3-1ae68f02b418) 44 | 45 | (`PNG binary file`) 46 | 47 | ## Key Features 48 | 49 | - **Add annotations**: Insert comments or notes on specific lines **without modifying the source file**, regardless of file type. 50 | - **View and manage annotations**: See all your annotations in a dedicated panel, modify, delete, or reply to them. 51 | - **Toggle annotation visibility**: Enable or disable annotation visibility in the editor. 52 | - **Move annotations**: Drag annotations directly within the editor. Annotations follow their assigned lines; simply position above or below a line to move it. 53 | - **CodeLens integration**: Manage annotations directly from the editor with CodeLens integration. 54 | - **Filter and sort annotations**: Filter and sort annotations in the panel for efficient management. 55 | - **Export and import**: Export your annotations to share or back them up, and import them into other projects. 56 | - **Batch Edit Annotations**: Modify multiple annotations at once to streamline your workflow. 57 | - **Keyword Search**: Quickly locate annotations by searching for specific terms or phrases. 58 | - **Filter by Severity**: Organize annotations based on their severity to prioritize tasks. 59 | - **Show AI Suggestion**: View simulated suggestions from AI to enhance your annotations. 60 | - **Show Copilot Suggestion**: View simulated GitHub Copilot suggestions within your annotations for enhanced productivity. 61 | - **Auto-Resolve Stale Annotations**: Automatically resolve annotations that are no longer relevant, keeping your workspace clean. 62 | 63 | ## Installation 64 | 65 | 1. **Open Visual Studio Code**. 66 | 2. **Access the Extensions Manager**: 67 | - Click the Extensions icon in the sidebar. 68 | - Or use the shortcut `Ctrl+Shift+X` (`Cmd+Shift+X` on Mac). 69 | 3. **Search for the extension**: 70 | - Type **"Out-of-code Insights"** in the search bar. 71 | 4. **Install the extension**: 72 | - Click **"Install"** next to the appropriate result. 73 | 5. **Restart Visual Studio Code** (if required). 74 | 75 | ## Usage 76 | 77 | ### Adding an Annotation 78 | 79 | - **Using the context menu**: 80 | - Right-click on the line where you want to add an annotation. 81 | - Select **`Add Annotation`**. 82 | - **Using keyboard shortcuts**: 83 | - Place your cursor on the desired line. 84 | - Press `Ctrl+Alt+A` (Windows/Linux) or `Cmd+Alt+A` (Mac). 85 | 86 | ### Editing or Deleting an Annotation 87 | 88 | - **Using the context menu**: 89 | - Right-click on the line containing the annotation. 90 | - Select **`Edit Annotation`** or **`Delete Annotation`**. 91 | - **Using keyboard shortcuts**: 92 | - **Edit an annotation**: 93 | - Press `Ctrl+Alt+E` (Windows/Linux) or `Cmd+Alt+E` (Mac). 94 | - **Delete an annotation**: 95 | - Press `Ctrl+Alt+D` (Windows/Linux) or `Cmd+Alt+D` (Mac). 96 | 97 | ### Viewing and Managing Annotations 98 | 99 | - **Open the annotations panel**: 100 | - Use the **`View Annotations`** command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P`). 101 | - Or click the annotations icon in the status bar. 102 | - **Toggle annotation visibility**: 103 | - Use the **`Toggle Annotation Visibility`** command to make annotations visible or hidden in the editor. 104 | - Shortcut: `Ctrl+Alt+T` (Windows/Linux) or `Cmd+Alt+T` (Mac). 105 | 106 | ### Moving Annotations 107 | 108 | - **Move an annotation within the editor**: 109 | - Position your cursor on the line above or below the annotation. 110 | - Use the **`Move Annotation Up`** or **`Move Annotation Down`** commands available in the context menu or annotations panel. 111 | - Annotations automatically follow their lines when you modify code within Visual Studio Code. 112 | 113 | ### Replying to an Annotation 114 | 115 | - **Add a comment to an existing annotation**: 116 | - In the annotations panel, select the annotation you want to reply to. 117 | - Click **`Reply`** to add a comment and start a thread. 118 | 119 | ### Filtering and Sorting Annotations 120 | 121 | - **Filter annotations**: 122 | - Use the filtering options in the annotations panel to display annotations by file or author. 123 | - **Sort annotations**: 124 | - Sort annotations by date, number of comments, etc., for efficient management. 125 | 126 | ### Batch Editing Annotations 127 | 128 | - **Modify multiple annotations**: 129 | - Open the annotations panel. 130 | - Select the annotations you wish to edit. 131 | - Use the **`Batch Edit Annotations`** command to apply changes to all selected annotations simultaneously. 132 | 133 | ### Keyword Search 134 | 135 | - **Search for annotations by keyword**: 136 | - Use the **`Keyword Search`** feature in the annotations panel. 137 | - Enter the desired keyword to filter annotations containing that term. 138 | 139 | ### Filter by Severity 140 | 141 | - **Categorize annotations**: 142 | - Use the **`Filter by Severity`** option to display annotations based on their assigned severity levels (e.g., info, warning, error). 143 | 144 | ### Show AI Suggestion 145 | - **View simulated suggestions**: 146 | - Use the **`Show AI Suggestion`** command to display simulated suggestions from AI within your annotations. Select a line in the code editor, right-click to bring up the context menu. In the "out-of-code-insight" submenu, select the "AI Suggest Annotation" option, and it will provide an annotation for that line. 147 | - If you want to disabled or enabled AI Suggest, you can do it in the settings. 148 | - Press `Ctrl+Shift+P` to open the Command Palette. 149 | - Type the name of the command (for example, `Update OpenAI Key` or `Reset OpenAI Key`). 150 | - **Important**: Ensure you have an OpenAI API key configured to access this feature. 151 | 152 | 153 | ### Show Copilot Suggestion 154 | 155 | - **View simulated suggestions**: 156 | - Use the **`Show Copilot Suggestion`** command to display simulated GitHub Copilot suggestions within your annotations. Select @out-of-code-insights to see the suggestions. 157 | 158 | ![image](https://github.com/user-attachments/assets/47a41c70-b7dd-4057-9330-f1944d456035) 159 | 160 | ### Auto-Resolve Stale Annotations 161 | 162 | - **Automatic management**: 163 | - Enable **`Auto-Resolve Stale Annotations`** to automatically handle annotations that are outdated or no longer relevant. 164 | 165 | ### Configure the annotations.json File Path 166 | 167 | - **Set the path to the annotations file**: 168 | - Access the extension settings. 169 | - Enter the desired path in the **`Path to annotations file`** field. Include the file name (e.g., `annotations.json`), if you not specify the file name, the extension will use the default name (`annotations.json`). 170 | - Per default, the annotations file is located in the **`.out-of-code-insights/annotations.json`** directory of your project. 171 | - If you change the path, ensure that the directory exists and is accessible. All project using the extension will use this path after the change, else the extension will use the default path in each project. 172 | 173 | ### Exporting and Importing Annotations 174 | 175 | - **Export Annotations to JSON** 176 | - Use the `Export Annotations to JSON` command to export all annotations to a JSON file. 177 | - Command: `annotations.exportJSON` 178 | 179 | - **Import Annotations from JSON** 180 | - Use the `Import Annotations from JSON` command to import annotations from a JSON file. 181 | - Command: `annotations.importJSON` 182 | 183 | ### Managing Annotations 184 | - If annotations are not visible, you can use the `Toggle Annotation Visibility` command to show or hide them. CTRL+ALT+T (Windows/Linux) or CMD+ALT+T (Mac) is the shortcut for this command. A conflict with another extension can cause this issue, like Github Copilot Chat extension. 185 | 186 | - **Toggle Annotation Pin** 187 | - Pin or unpin annotations to keep important notes visible. 188 | - Command: `annotations.pinToggle` 189 | 190 | - **Convert Annotation to GitHub Issue** 191 | - Convert your annotations into GitHub issues for better tracking and management. 192 | - Command: `annotations.convertToIssue` 193 | 194 | ### Enhanced Features 195 | 196 | - **Show Copilot Suggestion (Simulated)** 197 | - Display simulated GitHub Copilot suggestions within your annotations to enhance productivity. 198 | - Command: `annotations.showCopilotSuggestion` 199 | 200 | - **Auto-Resolve Stale Annotations** 201 | - Automatically resolve annotations that are outdated or no longer relevant. 202 | - Command: `annotations.autoResolveStale` 203 | 204 | - **Batch Edit Annotations in File** 205 | - Modify multiple annotations simultaneously within a file to streamline your workflow. 206 | - Command: `annotations.batchEdit` 207 | 208 | - **Keyword Search in Annotations** 209 | - Quickly locate annotations by searching for specific keywords. 210 | - Command: `annotations.keywordSearch` 211 | 212 | - **Filter Annotations by Severity** 213 | - Organize annotations based on their severity levels for better prioritization. 214 | - Command: `annotations.filterBySeverity` 215 | 216 | ### Important Notes 217 | 218 | - **File modification**: 219 | - To ensure annotations track file changes correctly, always modify files **within Visual Studio Code**. External modifications may disrupt annotation tracking. 220 | - **Compatibility with all file types**: 221 | - You can add annotations to **any file in your project**, including source code, Markdown, JSON, XML, text, etc. 222 | - **Annotation storage**: 223 | - Annotations are stored in a JSON file named **`annotations.json`**, located by default in the **`.out-of-code-insights`** directory of your project. 224 | - **Include this file in your version control repository** if you want to preserve annotation history and share comments with your team. 225 | - **OpenAI API Key Management**: 226 | - The extension uses your OpenAI API key for AI-powered features. 227 | - The key is securely stored using VS Code's Secret Storage, ensuring that your key is protected and only accessible by this extension. 228 | - **To remove or update your OpenAI API key**: 229 | 1. **Open the Command Palette**: 230 | - Press `Ctrl+Shift+P` (Windows/Linux) or `Cmd+Shift+P` (Mac). 231 | 2. **Type**: `Developer: Clear Extension Secret Storage`. 232 | 3. **Select Your Extension**: 233 | - In the list that appears, select **Out-of-Code Insights**. 234 | - This will clear all secrets stored by the extension, including your OpenAI API key. 235 | 236 | ## Configuration 237 | 238 | Customize the extension according to your needs by modifying the available settings: 239 | 240 | - **Username** (`annotation.username`): Specifies the name that will appear as the annotation author. 241 | - **Important**: Update the username to properly identify authors. 242 | - **Enable annotations** (`annotation.enableAnnotations`): Toggles annotation visibility in the editor. 243 | - **Custom colors** (`annotation.colors`): 244 | - Customize annotation colors, highlight background, and comment borders for both light and dark themes. 245 | - **Enable CodeLens** (`annotation.codelens.enable`): Toggles CodeLens integration. 246 | - **Show commands in CodeLens** (`annotation.codelens.showCommands`): Toggles command display in CodeLens. 247 | - **Batch Edit Annotations** (`annotation.batchEdit`): Enable or disable the batch editing feature. 248 | - **Keyword Search** (`annotation.keywordSearch`): Configure settings for keyword-based annotation searching. 249 | - **Filter by Severity** (`annotation.filterBySeverity`): Set preferences for severity-based annotation filtering. 250 | - **Advanced settings**: 251 | - **Change detection delay** (`annotation.debounceDelay`) 252 | - **Maximum annotations per file** (`annotation.maxAnnotationsPerFile`) 253 | 254 | **Access settings**: 255 | 256 | 1. Go to **`File`** > **`Preferences`** > **`Settings`** (or **`Code`** > **`Preferences`** > **`Settings`** on Mac). 257 | 2. Search for **`annotation`** to view all available settings. 258 | 259 | ## Keyboard Shortcuts 260 | 261 | | **Action** | **Shortcut (Windows/Linux)** | **Shortcut (Mac)** | 262 | |-------------------------------------|------------------------------|---------------------| 263 | | Add an annotation | `Ctrl+Alt+A` | `Cmd+Alt+A` | 264 | | Edit an annotation | `Ctrl+Alt+E` | `Cmd+Alt+E` | 265 | | Delete an annotation | `Ctrl+Alt+D` | `Cmd+Alt+D` | 266 | | Show annotations panel | `Ctrl+Alt+S` | `Cmd+Alt+S` | 267 | | Toggle annotation visibility | `Ctrl+Alt+T` | `Cmd+Alt+T` | 268 | | Batch Edit Annotations | `Ctrl+Alt+B` | `Cmd+Alt+B` | 269 | | Keyword Search | `Ctrl+Alt+K` | `Cmd+Alt+K` | 270 | | Filter by Severity | `Ctrl+Alt+F` | `Cmd+Alt+F` | 271 | | Show AI Suggestion | `Ctrl+Alt+G` | `Cmd+Alt+G` | 272 | | Auto-Resolve Stale Annotations | `Ctrl+Alt+R` | `Cmd+Alt+R` | 273 | 274 | Below is the complete list of commands (available via **Ctrl+Shift+P**) in a tabular format, suitable for inclusion in your README. Each command can be run by opening the Command Palette (**Ctrl+Shift+P**) and typing its name: 275 | 276 | | **Action** | **Command** | **Description** | 277 | |-----------------------------------|------------------------------|----------------------------------------------------------------------------| 278 | | Add Annotation | `annotations.add` | Adds a new annotation to the current line of code. | 279 | | Reply to Annotation | `annotations.reply` | Adds a reply/comment to an existing annotation. | 280 | | Clear All Annotations | `annotations.clearAll` | Removes all annotations from the project. | 281 | | Delete Annotation | `annotations.delete` | Deletes the annotation on the current line. | 282 | | Edit Annotation | `annotations.edit` | Edits the annotation on the current line. | 283 | | Toggle Annotations Display | `annotations.toggleDisplay` | Shows or hides all annotations in the editor. | 284 | | Navigate to Annotation | `annotations.navigate` | Jumps directly to the specified annotation. | 285 | | Export Annotations to JSON | `annotations.exportJSON` | Exports all annotations to a JSON file. | 286 | | Import Annotations from JSON | `annotations.importJSON` | Imports annotations from a JSON file. | 287 | | Toggle Annotation Pin | `annotations.pinToggle` | Pins or unpins the annotation at the current line. | 288 | | Batch Edit Annotations in File | `annotations.batchEdit` | Updates all annotations within the current file at once. | 289 | | Keyword Search in Annotations | `annotations.keywordSearch` | Searches annotations by a keyword. | 290 | | AI Suggest Annotation | `annotations.aiSuggest` | Requests an AI-generated annotation for the current line of code. | 291 | | Move Annotation Up | `annotations.moveUp` | Moves the annotation on the current line up by one line. | 292 | | Move Annotation Down | `annotations.moveDown` | Moves the annotation on the current line down by one line. | 293 | | Show Annotations Panel | `annotations.show` | Opens the annotations panel to view and manage all annotations. | 294 | | Update OpenAI Key | `annotations.updateOpenAIKey`| Prompts you to enter a new OpenAI API key. | 295 | | Reset OpenAI Key | `annotations.resetOpenAIKey` | Clears the stored OpenAI API key, requiring a new key on the next AI call. | 296 | 297 | 298 | ## Additional Features 299 | 300 | - **Renamed or deleted files**: Automatically updates or removes annotations when files are renamed or deleted. 301 | - **Export and import annotations**: Share or back up annotations, and import them into other projects. 302 | - **Status bar integration**: Displays the number of annotations in the status bar for quick access. 303 | - **Navigate to annotations**: Quickly jump to a specific annotation from the annotations panel. 304 | - **Advanced customization**: Adjust the extension’s behavior to suit your preferences. 305 | - **Batch Edit Annotations**: Efficiently manage multiple annotations with batch editing capabilities. 306 | - **Keyword Search**: Enhance your workflow by searching annotations using specific keywords. 307 | - **Filter by Severity**: Organize annotations based on their severity levels for better prioritization. 308 | - **Show AI Suggestion**: Benefit from simulated suggestions to improve your annotation process. 309 | - **Auto-Resolve Stale Annotations**: Maintain a clean workspace by automatically resolving outdated annotations. 310 | 311 | ## Tree View and Activity Bar 312 | 313 | The **Out-of-Code Insights** extension includes a **Tree View** and an **Activity Bar** for efficient annotation management. Here is a detailed description of these features: 314 | 315 | ### Tree View 316 | 317 | The **Tree View** allows you to visualize and manage annotations in a structured manner. It is accessible via the Activity Bar in Visual Studio Code. 318 | 319 | - **Grouping by file**: Annotations are grouped by file, making navigation and management easier. 320 | ### Example Usage 321 | - **Annotation display**: Each file contains a list of annotations with details such as the author, date, and annotation message. 322 | - **Annotation actions**: You can navigate to an annotation, edit it, delete it, or add comments directly from the Tree View. 323 | 324 | ### Activity Bar 325 | 326 | The **Activity Bar** adds a dedicated icon for **Out-of-Code Insights** in the Visual Studio Code sidebar. Clicking this icon opens the Tree View of annotations. 327 | 328 | - **Quick access**: The Activity Bar provides quick access to all annotations in your project. 329 | - **Centralized management**: All annotations are centralized in a single view, making them easier to manage and navigate. 330 | 331 | ### Example Usage 332 | 333 | 1. **Open the Tree View**: 334 | - Click the **Out-of-Code Insights** icon in the Activity Bar. 335 | - The Tree View opens, displaying annotations grouped by file. 336 | 337 | 2. **Navigate to an annotation**: 338 | - Click on an annotation in the Tree View. 339 | - The code editor automatically positions itself on the line of the selected annotation. 340 | 341 | 3. **Edit or delete an annotation**: 342 | - Right-click on an annotation in the Tree View. 343 | - Select **Edit** or **Delete** from the context menu. 344 | 345 | 4. **Add a comment**: 346 | - Select an annotation in the Tree View. 347 | - Click **Reply** to add a comment to the annotation. 348 | 349 | These features enhance annotation management by providing an overview and management tools directly integrated into the Visual Studio Code interface. 350 | 351 | ## Contribution 352 | 353 | Contributions are welcome! Feel free to suggest improvements, report issues, or submit pull requests. 354 | 355 | ## License 356 | 357 | See the [LICENSE](https://github.com/JacquesGariepy/out-of-code-insights/blob/main/license.txt) file for more information. 358 | 359 | ## Conclusion 360 | 361 | Out-of-code Insights helps you manage comments and notes in your projects **without cluttering your source code**. By providing a platform for non-intrusive annotations, precise change tracking, and seamless integration into your development environment, this extension is a practical tool for developers and teams looking to improve collaboration and productivity. 362 | 363 | --- 364 | [Buy me a coffee](https://www.buymeacoffee.com/jacquesgarX) 365 | 366 | **Try Out-of-code Insights today and streamline your workflow without overloading your code!** 367 | -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- 1 | COPYRIGHT (C) 2024 JACQUES GARIÉPY. ALL RIGHTS RESERVED. 2 | 3 | THIS SOFTWARE AND ASSOCIATED DOCUMENTATION FILES (THE "SOFTWARE") ARE THE EXCLUSIVE PROPERTY OF JACQUES GARIÉPY. YOU MAY NOT USE, COPY, MODIFY, MERGE, PUBLISH, DISTRIBUTE, SUBLICENSE, OR SELL COPIES OF THE SOFTWARE WITHOUT PRIOR WRITTEN PERMISSION FROM JACQUES GARIÉPY. 4 | 5 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6 | 7 | FOR INQUIRIES OR PERMISSION REQUESTS, PLEASE CONTACT JACQUES GARIÉPY AT JACQUES.GARIEPY@OUTLOOK.COM. 8 | -------------------------------------------------------------------------------- /media.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JacquesGariepy/out-of-code-insights/8c5b28c80e0bce7ab19bd1536e610449b6004f13/media.gif -------------------------------------------------------------------------------- /media/bmc_qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JacquesGariepy/out-of-code-insights/8c5b28c80e0bce7ab19bd1536e610449b6004f13/media/bmc_qr.png -------------------------------------------------------------------------------- /media/l.tct: -------------------------------------------------------------------------------- 1 | ok 2 | --------------------------------------------------------------------------------