VS Code deactivates IntelliCode in favor of the paid Copilot

Microsoft has deactivated the IntelliCode extensions for VS Code and refers to Copilot, which has a limited free volume.

heise online

Today, I looked into the nightmare hellscape that is #WinUI3/ #MAUI re: #a11y.

Immediate problem: There's a toolbox to insert controls, but otherwise no design view to be able to TAB through the control hierarchy.

Even with #IntelliSense, writing out ass loads of #XAML and #CSharp by hand is ridiculous!

All that boilerplate code is exactly something that AI *should* be able to help with. Too bad there's so much capitalism.

Tl;dr: Do you want a #WinUI3 app? Write 75% of the GUI code by hand.

New Kitten feature: Icons!

You can now make use of a subset of the icons in the Phosphor icons set by @minoraxis and @rektdeckard.

https://kitten.small-web.org/reference/#icons

Search through them in your editor by referencing `kitten.icons.categories` and `kitten.icons.tags`.

Add this to a file called index.page.js and run `kitten` to see a large duotone pink cat (because why not?):

export default function () {
return kitten.html`
<${kitten.icons.c.Cat}
size=40%
weight=duotone
colour=deeppink
/>
`
}

(And yes, the set includes icons for the fediverse. This one of the reasons I chose it.) ;)

Enjoy!

💕

#Kitten #SmallWeb #SmallTech #icons #PhosphorIcons #web #dev #HTML #CSS #JavaScript #SVG #NodeJS #authoring #intellisense

BLACKBOX AI

BLACKBOX AI - The Universal Agent Platform. Orchestrate Claude, Codex, Gemini & Blackbox agents from one interface. 30M users, 4.7M+ VS Code installs, 300+ AI models. Free to start.

I love it!
Kate offers IntelliSense/code completion for PowerShell. In Ubuntu/PopOS. I was not expecting this.

#kate #kde #intelliSense #powerShell #pwsh #ubuntu #popos #pop_os #programming #linuxDesktop

💡 #FluidTailwindCSS: Uses #CSSclamp to create responsive designs with smoother scaling between breakpoints.

🛠️ #Utilities: Works with all #Tailwind #CSS utilities, including plugins. Offers full #IntelliSense support.

💻 #Installation: Install via npm (npm install -D fluid-tailwind), add plugin and extractor to tailwind.config.js.

🧩 #Integration: First-class support for #tailwindmerge via a dedicated plugin.

⚠️ #Limitations: Requires matching units for fluid utility start/end values and breakpoints. Provides rem replacements for default breakpoints and some font sizes.
➡️ #opensource project.

https://fluid.tw

Fluid for Tailwind CSS - Build better responsive designs in less code.

Scale utilities smoothly between breakpoints with modern clamp() functions.

Fluid for Tailwind CSS

C# Dev Kit update brings enhanced Razor IntelliSense, Project Status, and New Config Options by Wendy Breiding.

#csharp #vscode #dotnet #csharpdevkit #intellisense #productivity #razorpages #blazor #aspnetcore
https://devblogs.microsoft.com/dotnet/whats-new-in-csharp-dev-kit-august-2024/

C# Dev Kit update brings enhanced Razor IntelliSense, Project Status, and New Config Options - .NET Blog

Boost your dev workflow with the C# Dev Kit August 2024 release, which brings enhanced Razor IntelliSense, updated Project Status Bar, and new Project Configuration Options!

.NET Blog
Visual Studio Code May 2024

Learn what is new in the Visual Studio Code May 2024 Release (1.90)

@Sdfendor

This is happening so so much these days. It’s really getting beyond annoying. Today I had to actually quit phpstorm twice, because it was stuck in a false negative state.

I wish they’d just spend some time improving/fixing this, instead of inventing ‘new terminals’, AI, or whatever else

#PHPStorm #Intellisense

@blindcoder If you cut out the code and paste it in again, does anything change? I have problems with #PHPStorm myself with the more recent versions, sometimes their #Intellisense (code highlighting, error reporting, warnings, refactorings etc.) seems to get stuck in a certain state, false positives or false negatives are the consequence. So I fix a problem which is underlined red and afterwards the underline stays in.
I as well tinker around with the #copilot plugin.