#intellisense — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #intellisense, aggregated by home.social.
-
VS Code deactivates IntelliCode in favor of the paid Copilot
https://www.heise.de/en/news/VS-Code-deactivates-IntelliCode-in-favor-of-the-paid-Copilot-11115783.html
#ycombinator #Entwicklungsumgebung #IntelliSense #Künstliche_Intelligenz #Microsoft_Visual_Studio #TypeScript #VS_Code -
VS Code deactivates IntelliCode in favor of the paid Copilot
https://www.heise.de/en/news/VS-Code-deactivates-IntelliCode-in-favor-of-the-paid-Copilot-11115783.html
#ycombinator #Entwicklungsumgebung #IntelliSense #Künstliche_Intelligenz #Microsoft_Visual_Studio #TypeScript #VS_Code -
VS Code deactivates IntelliCode in favor of the paid Copilot
https://www.heise.de/en/news/VS-Code-deactivates-IntelliCode-in-favor-of-the-paid-Copilot-11115783.html
#ycombinator #Entwicklungsumgebung #IntelliSense #Künstliche_Intelligenz #Microsoft_Visual_Studio #TypeScript #VS_Code -
CW: Programming rant, strong language, AI
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:💕
#Kitten #SmallWeb #SmallTech #icons #PhosphorIcons #web #dev #HTML #CSS #JavaScript #SVG #NodeJS #authoring #intellisense
-
DeepSeek v3 and r1 free unlimited
https://www.blackbox.ai
#ycombinator #blackbox #blackboxai #chat #autocomplete #bash #c #code_recommendation #cpp #csharp #css #domination #golang #haskell #html #intellicode #intellisense #java #javascript #julia #jupyter #keybindings #kite #kotlin #lua #method_32_completion #node #node_js #nodejs #objectivec #objective_c #ocaml #perl #php #python #react #ruby #rust #snippets #swift #typescript -
💡 #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. -
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/ -
Visual Studio Code May 2024 (version 1.90) release notes.
#vscode #programming #webdev #githubcopilot #notebooks #intellisense
https://code.visualstudio.com/updates/v1_90 -
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
-
@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. -
C++ in VS Code: Getting Started & Configuring IntelliSense.
#cpp #vscode #programming #productivity #intellisense
https://devblogs.microsoft.com/cppblog/c-in-vs-code-getting-started-configuring-intellisense/ -
This blood pressure monitor seems to have #intellisense built in.
-
Making some leds blink with the STC89C52 board I was given proved trivial.
A setup with #SDCC + stcgal takes minutes to put in place, pity #vscode's #intellisense doesn't play too nice with sdcc header files -
Visual Studio's IntelliSense list can now steer GitHub Copilot code completions.
-
VSCode is a fantastic editor for writing in your favourite language, as well as a powerful tool for... https://dev.to/grimlink/better-vscode-css-and-scss-intellisense-1a49
-
#vscode #intellisense is shit in comparison to the intellisense by #JetBrains. The vscode one is slow and, if it doesn't know what to do, it outputs random shut whereas jetbrains is fast and even outputs useful stuff if it doesn't know what to do (eg. Takes information from other files in the project)
-
When using #babel to #transpile a #nodejs library, is there something you must configure for editor #IntelliSense to work when importing the library? The actual import map is working (I can use modules in my project) but class properties and methods don’t have any IntelliSense in #vscode and in #webstorm class properties are highlighted as “undefined“ (even though they work just fine).
#webdev #question #SoftwareDevlopment #development #bundler #webpack #javascript #typescript #vanillajs
-
Anyone had any luck getting `rust-analyzer` extension's intellisense to work in VSCode using a #Nix `flake` development environment?
#VSCode #RustLang #Rust #Intellisense #RustAnalyzer #NixOS #Development #SoftwareEngineering #WSL2 #WSL
-
Did you know that you could type the first letters of a long method name or class and Microsoft Visual Studio intellisense will find it for you?
-
Any #Recommendations for a 'mature' #VsCode extension that handles #YAML ?
I need something to help boostrap the effort in creating #AzureDevOps build pipeline scripts. So, am looking for something that offers a bit more than formatting the content and syntax highlighting.
#Intellisense would be ideal and, if this is somehow even possible, the ability to run/debug the scripts within VS Code.
-
18x Faster #IntelliSense for Unreal Engine Projects in Visual Studio 2022
-
The #SqlAdapter in #Microsoft #DotNetFramework automatically converts table and view fields into memory object fields of the same name and related data type. That way you don't have to guess what kind of values column 4 and 7 contained: the data row has its field names available in #Powershell's #Intellisense.
I'm impressed.
-
Bin schon auf das #IntelliCode im neuen #VisualStudio gespannt. Das "alte" #IntelliSense war schon ziemlich gut, nun wurde es mit einer #KI aufgepimt.
https://entwickler.de/online/windowsdeveloper/microsoft-visual-studio-2019-579887920.html
-
Keep track of the parameters you're typing, learn more about the code you're using, and add calls to properties and methods with only a few keystrokes.
See what else you can do with #IntelliSense in #VisualStudio: https://docs.microsoft.com/en-us/visualstudio/ide/using-intellisense?view=vs-2017
-
#new-here #newhere #g_IntelliSense #g-IntelliSense-everywhere https://www.youtube.com/watch?v=elLsl8lj0K8 #global-IntelliSense-everywhere #IntelliSense #typing #autohotkey #opensource #github #windows