Category: Development
-
Create your first declarative agent the pro-code way with VSCode

Introduction Nowadays Microsoft Copilot is THE argument when it comes to the Microsoft tenants, moreover we’re seeing an increase about using agents. Due to this I think it would be a good idea to start covering Copilot and I want to start with a Declarative Agent and since I’m a…
-
VSCode extension – Node version pal

Introduction If you’re working across multiple Node.js projects, you already know the struggle: That’s exactly why Node Version Pal was created. Node Version Pal is a lightweight Visual Studio Code extension that detects, displays, and helps you switch your project’s Node.js version — directly from the VSCode status bar. No more guessing. No…
-
VSCode extension – SPFx version pal

A Tiny VS Code Extension with Big SPFx Value Working with SharePoint Framework (SPFx) projects can sometimes feel like juggling versions — especially if you’re maintaining multiple projects with different SPFx dependencies. What version of SPFx was that project using again? That’s exactly where SPFx Version Pal comes in. What Is SPFx…
-
Discover the ComboBoxListItemPicker control from the PnP reusable React controls

Introduction Continuing our exploration of the PnP React controls, today I want to talk about the ComboBoxListItemPicker control, a powerful component that combines the functionality of a combobox with SharePoint list item selection capabilities. If you’re interested, you can find the code of this sample here. The ComboBoxListItemPicker control allows users to select…
