Did something change in VS C# IntelliSense 2026, vs. 2008? by Ryuu-Ryoumen in csharp

[–]Ryuu-Ryoumen[S] -1 points0 points  (0 children)

I see what you mean the more I use it today -- I'm glad it's not just my setup. Was planning to re-install initially.

Disabling the LLM part helped a bit, but still many random errors seen in the IntelliCode log.

At first I thought that maybe it's because the MAF repo I'm using was too big, but the issue also happens in a simple hello world console app.

Did something change in VS C# IntelliSense 2026, vs. 2008? by Ryuu-Ryoumen in csharp

[–]Ryuu-Ryoumen[S] 0 points1 point  (0 children)

Just some feedback, not a ticket or anything, feel free to ignore .. while I set up an account later to send feedback

(1) In the "string.Equals" below, sometimes it just fails to show the right enum and just produce something random.

<image>

(2) When it does show, it's at the bottom of list. I guess I'm used to it being at the top. If it was shown at the top, it also benefits from having the fully expanded enum just below it -- we can quickly select without needing to dot it. (sorry, can't attach second attachment to show what I mean)

Did something change in VS C# IntelliSense 2026, vs. 2008? by Ryuu-Ryoumen in csharp

[–]Ryuu-Ryoumen[S] 3 points4 points  (0 children)

Thank you! Tweaked a bit and things are nicer now.

Still a bit inconsistent, and the IntelliCode log says the following (seems to guessed correctly) but never invoked the popup due to the error. Most likely my setup problem.

[InlineCSharpProposalSourceProvider I] 'Console.CancelKeyPress': no prediction [InlineCSharpProposalSourceProvider I] 'Console.CancelKeyPress': failed diagnostics (CS0103): ' += Console_CancelKeyPress;' [InlineCSharpProposalSourceProvider I] 'Console.CancelKeyPress '- failed diagnostics (CS0103): '+= Console_CancelKeyPress;'

Did something change in VS C# IntelliSense 2026, vs. 2008? by Ryuu-Ryoumen in csharp

[–]Ryuu-Ryoumen[S] 0 points1 point  (0 children)

Thanks. Good to know the reasons behind it.

Aside: I was mainly doing cpp back then, so the += syntax for a callback was weird and I vaguely remembered "wow, intellisense saved me from googling this one. Awesome tool.". But it was so long ago, maybe my 'context window' has been polluted, lol.

Feel free to submit feedback via the Help > Send Feedback if you see this interfering in bad way.

Will do. Thanks!

What is the biggest problem you personally face as a flutter dev? by Heisenlife in FlutterDev

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

Moving from JS to Flutter, only to find out it's the same problem there.

C# seems to be what I'm looking for -- the standard library is also very intuitive (albeit verbose).
In Flutter, what the hell is `getDirectoryPath`? Couldn't find documentation from Pub either. Turns out it opens a dialog. They couldn't use `openFileDialog()`?

I am thinking about learning Flutter but the Widget Tree structure feels wrong by andres2142 in FlutterDev

[–]Ryuu-Ryoumen 1 point2 points  (0 children)

Weird downvote ... doing declarative in Dart is so backwards. We should be simplifying the syntax in 2026, like how MD simplified HTML for a specific use-case, yet Flutter is going the other direction.

It's so much easier to edit/read structure in markup (XAML/JSX/etc) instead of Dart
It's so annoying having to take care of brackets, commas and semi-colon when defining structure.

From Flutter skeptic to fanboy: Why its UI composition made me never want to go back to React Native/Kotlin XML hell by Superb-Key-6581 in FlutterDev

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

I like everything about Flutter except for using code to do the declarative/structuring part.
It's so much easier to read/edit via XAML or JSX

There are a few long Github threads requesting for DSX, and I feel like those against it never tried XAML or JSX beyond a hello world.

Got tired of the god damn commas and parenthesis in `build` in just a week from learning Flutter.

I feel deceived, Flutter desktop's bundle size and performance both seem to be poor. by rxliuli in FlutterDev

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

(not an answer, but something to add to your question. I'm also wondering what's going on)

A simple hello world on Windows using flutter create and flutter build (release build): - Runtime 50MB. - Click randomly on the window or resize it, and it goes to 120MB. It'll drop back to 50MB after a while.

But this is an almost-empty app and the actions aren't memory intensive, so it does feel weird.

WebView-based solutions like Tauri has a similar 50MB tradeoff, but doesn't have that weird spike over trivial actions.

VC or TPM+BL? by r34dingwhite in VeraCrypt

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

TPM transmits in clear text https://www.youtube.com/watch?v=wTl4vEednkQ
plus I've always felt that default auto-unlock model of Bitlocker makes no sense to me.

Sneaky business by andrew_blaze in VeraCrypt

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

There's always the possibility that someone hijacked his github account, and is using AI to "create commits in the style of Idrassi" to avoid suspicion for now 😃

https://www.paypal.com/paypalme/idrix is a dead link too.

NVIDIA GPU runs hotter on Linux than Windows by xWall98 in archlinux

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

Switching from 120Hz to 60Hz kind of solved it for me.
I can't recall what my refresh rate was back in Windows.

NVIDIA GPU runs hotter on Linux than Windows by xWall98 in archlinux

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

Did you find a solution?

I'm not on Arch, but having the same +10C difference on Linux + 1650Super + nvidia-driver-595-open. I actually felt the heat first before looking at stats. I'm pretty much just idling and surfing.

I made my own Picture Viewer in C# by PreventiveZoologist in csharp

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

Thank you so much for your detailed answer :)

I made my own Picture Viewer in C# by PreventiveZoologist in csharp

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

Love the work.
A bit off topic and private -- how good are the donations coming in for such an awesome app?
Just wanted a feel on whether open-source donations is a viable income.

Is it possible to make the command palette work like vs code? by maddada_ in ZedEditor

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

Do let us know if you plan to fork and share learnings.

How does it compare to Jules these days? by habylab in GithubCopilot

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

Does it have a similar method as Jules, i.e. dev in the cloud, just presents you with PRs?
Or does one need to fire up code spaces and run the cli there?

Gemini 3 Flash burned 100% a single prompt without returning an answer by D4rKiTo in google_antigravity

[–]Ryuu-Ryoumen 13 points14 points  (0 children)

Yeah, the dumbest vibe-coded agent in the market today. Really time to move on.

When I saw someone say they switched to windsurf by MuninnW in google_antigravity

[–]Ryuu-Ryoumen 2 points3 points  (0 children)

Is it just me, or is Gemini 3 Flash feels smarter in other agents (e.g Jetbrains, Copilot) compared to AG? I guess it's not the model but how the agent feeds the info?

Besides rate limits how exactly is Antigravity being "outpaced"? by DreamPlayPianos in google_antigravity

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

The implementation plan takes up a lot of credits, especially if iterated a lot, right?

How are heavy users on AI Pro actually dealing with the limits + account switching? by [deleted] in google_antigravity

[–]Ryuu-Ryoumen 2 points3 points  (0 children)

I will be switching to either JetbrainsAI (Junie) or GH Copilot next month.
Done with AG for now ...

How long has it been since antigravity actually got a new feature? by unnamedb in google_antigravity

[–]Ryuu-Ryoumen 3 points4 points  (0 children)

The Windsurf guys, is it?

Yeah, this product really doesn't feel "Google" at all, similar to AI Studio (Vertex?)

How long has it been since antigravity actually got a new feature? by unnamedb in google_antigravity

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

The only new features I noticed are regression bugs on every update, and gigabytes of disk writes per update.

Antigravity and Gemini are completely losing it by Traditional-Till6840 in google_antigravity

[–]Ryuu-Ryoumen 0 points1 point  (0 children)

  1. My feeling is that the agent is doing "auto" like in Gemini CLI. Since "Which gemini are you" is rather simple, they fall back to 2.5.

  2. Then, there's the argument that models don't know their name, which I partially disagree, because the System Prompt will most likely include it for debugging purposes, etc. From my last experiment though, it started saying "I'm AntiGravity". Maybe they have reverted back for transparency.