Live data from Hacker News

VS Code deactivates IntelliCode in favor of the paid Copilot

heise.de

101–110 of 185 posts

Re: VS Code deactivates IntelliCode in favor of the paid Copilot

#101

Earlier quoted context omitted.

This piece of news follows that of Copilot being added in an "update" to LG TVs with no option to disable or opt out. https://news.ycombinator.com/item?id=46268844

Simple, do not purchase LG TV.

I'm already not buying Samsung devices, I'll run out of choices soon.

Re: VS Code deactivates IntelliCode in favor of the paid Copilot

#102
post #61

I refuse to use VS Code on principle. It has captured a staggering percentage of software development, across many software disciplines. Somehow ARM/Keil has been persuaded to go all-in on VS Code and will deprecate their "legacy" IDE, which will cause trouble for any hold-out embedded firmware developers.

> It has captured a staggering percentage of software development

In hindsight it's obvious why: it was the only free editor that has a product mindset and a product team behind. Microsoft put heavy hitters on it, some of their best engineers, treated it as some companies treat their core products.

Other IDEs/editors are mostly open source with no real direction and resources, or are proprietary expensive software.

It's unfortunate but to compete with VS Code you need a lot.

Re: VS Code deactivates IntelliCode in favor of the paid Copilot

#103

Earlier quoted context omitted.

This piece of news follows that of Copilot being added in an "update" to LG TVs with no option to disable or opt out. https://news.ycombinator.com/item?id=46268844

Simple, do not purchase LG TV.

They’re fantastic imo. Don’t connect to them to the internet.

Re: VS Code deactivates IntelliCode in favor of the paid Copilot

#105

Earlier quoted context omitted.

This made me laugh a bit as I remembered people saying “Oh we have Nadella now, things have changed”. Have they? Have they really? Windows Recall. VS Code forcing Copilot. Windows forcing Copilot. Office forcing Copilot. Azure forcing Copilot. GitHub forcing Copilot. Outlook forcing Copilot. Edge forcing Copilot. You folks are insane.

I've heard Github makes more money from copilot than everything else combined. You can think what you want about the strategy, but it's hard to ignore that.

Easy when it’s forced onto every enterprise agreement and enabled by default in every vs code. C’mon man. You’re smarter than this.

Re: VS Code deactivates IntelliCode in favor of the paid Copilot

#106
post #99

Earlier quoted context omitted.

> Don't miss anything from there either Not even EF Core? C# pattern matching and switch expressions? Linq? I find these very hard not to miss when working in other langs. C# is a fantastic programming language nowadays.

EF Core!? Holy cow, no. Stopped using that years ago. Linq is nice, but I don't really miss it.

What's a better ORM in terms of productivity and ergonomics?

Re: VS Code deactivates IntelliCode in favor of the paid Copilot

#107

Earlier quoted context omitted.

I can't help you much, as currently I happen to use ruby at work and native debugging is enough - you can drop into an interactive console at a breaking point adding a single line, with no tooling. Here's the chapter on debugging in the book I mentioned if you want to take a look: https://lazyvim-ambitious-devs.phillips.codes/course/chapter...

> I happen to use ruby at work and native debugging is enough - you can drop into an interactive console at a breaking point adding a single line, with no tooling. If you've only ever used this type of debugging, you should really try out a real IDE debugger once. The difference in productivity when you can use your IDE to navigate to, say, the usages of a function and then just press a keyboard shortcut to put a bre…

>If you've only ever used this type of debugging, you should really try out a real IDE debugger once.

It's the opposite, I learned to program with java for android so a full IDE was my first experience. As I moved to node and then go and ruby I just gradually used it less and less as I generally 'debug' creating tests to check/reproduce behavior.

I do think I should improve my debugging, but mostly in terms of profiling. I very rarely feel the need to see a codepath run line by line.

I'm not saying my system is better or worse to be clear, I've just naturally gravitated to not using the debugger - I couldn't tell you why.

Re: VS Code deactivates IntelliCode in favor of the paid Copilot

#108

Microsoft doing Microsoft things, even with all those fresh coats of "open source" paint they bathe themselves in the last decade they really can't change their DNA. Expect the amount of f*ckery to increase as the AI realities set in but the number has to go up either way. It reminds me of the good old days of Visual Studio + .NET + SQL Server where they played these games too.

This piece of news follows that of Copilot being added in an "update" to LG TVs with no option to disable or opt out. https://news.ycombinator.com/item?id=46268844

It’s funny, I never connected my G5 to the network or accepted any of the optional T&Cs, so there’s now numerous places in the UI that say “accept terms to see personalised content”.

Uhhh no? I’m good thanks

Re: VS Code deactivates IntelliCode in favor of the paid Copilot

#109
post #27

can anyone recomend a alternative that is easy to install and also offers syntax highlighting? i have read about lazyvim and neovim, but both have extensive install requirments as i have read

I'm a Kate zealot, if you're on Linux it's great with some LSP servers. The plugins/extensions are nice. There are also macOS and Windows builds. For the terminal, micro is nice if you're used to GUI editors.

Kate is such a refreshing change. Super responsive and fast under Asahi. It's the best dev environment I've worked with in a very long time.

A few niggles with the switch, like it seems to assume Git but I'm using Fossil. I also haven't found a decent cheat-sheet for keyboard controls. I got duplicate block and move block working, and really enjoy the column editing, but still using cut for line delete.

I think KWrite is the same engine underneath? at least it feels much akin to Kate. I use it mainly for assembly files, since I was able to hack in an armv8 syntax file and needed a different theme than Kate.

Re: VS Code deactivates IntelliCode in favor of the paid Copilot

#110
post #95

Earlier quoted context omitted.

This made me laugh a bit as I remembered people saying “Oh we have Nadella now, things have changed”. Have they? Have they really? Windows Recall. VS Code forcing Copilot. Windows forcing Copilot. Office forcing Copilot. Azure forcing Copilot. GitHub forcing Copilot. Outlook forcing Copilot. Edge forcing Copilot. You folks are insane.

You forgot that even poor old notepad.exe also got the Copilot treatment.

Fuck did it really? How on earth does that pan out? Who uses notepad? Writers? Word. Coders? Vim or VSCode or . I just don’t understand their logic.

They make this beautiful pasture (Windows XP wallpaper) and then lay mines all over the field. Put up signs that say “Free Lemonade” and charge for parking.

Post reply on HN