Category: Development
-
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…
-
VSCode extension – Invisifolder

Clean Up Your VS Code Explorer with One Click If you’re like most developers, your Visual Studio Code workspace can quickly become cluttered with generated folders, build artifacts, and other directories you don’t need to see all the time. Whether it’s node_modules, dist, build, or dozens of other outputs, navigating around these can…
-
Discover the ListItemComment control from the PnP reusable React controls

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the ListItemComment control. If you’re interested you can find the code of this sample here. The ListItemComment control is used to add and display comments for a SharePoint list item. Visual appearance Let’s start…
-
Using top actions to configure web parts in a SPFx solution

Introduction With this blog post I want to cover what the top actions are and how to use those in your solution. The top actions of a web part are the commands available when you select a web part, to better understand what we are talking about, have a look…