Cursor - A Better Visual Studio Code/Copilot?

  Рет қаралды 19,604

Gamefromscratch

Gamefromscratch

3 ай бұрын

Cursor is a new code editor designed entirely around AI code assistance, dubbed Copilot++. It's a fork of Visual Studio Code with AI built in at the core... but is it better?
Links
gamefromscratch.com/cursor-ai...
-----------------------------------------------------------------------------------------------------------
Support : / gamefromscratch
GameDev News : gamefromscratch.com
GameDev Tutorials : devga.me
Discord : / discord
Twitter : / gamefromscratch
-----------------------------------------------------------------------------------------------------------

Пікірлер: 60
@gamefromscratch
@gamefromscratch 3 ай бұрын
Links gamefromscratch.com/cursor-ai-first-code-editor/ ----------------------------------------------------------------------------------------------------------- *Support* : www.patreon.com/gamefromscratch *GameDev News* : gamefromscratch.com *GameDev Tutorials* : devga.me *Discord* : discord.com/invite/R7tUVbD *Twitter* : twitter.com/gamefromscratch -----------------------------------------------------------------------------------------------------------
@user-gl1ls1jx3h
@user-gl1ls1jx3h 3 ай бұрын
This looks cool, but the one thing I really want it to have is running a model locally. I don't want to have to rely on servers or my internet connection to work to be able to write code. LLMs are getting smaller these days so it's definitely possible to run your own LLM right now if your pc is powerful enough.
@gamefromscratch
@gamefromscratch 3 ай бұрын
They have that as a "in the works/hopefully" feature category
@kmouratidis
@kmouratidis 3 ай бұрын
+1. A few days ago I got Mixtral-8x7B (2.37 bits/weight) running CPU-only with ~1 t/s. Smaller models, less quantization, and a cheap GPU can really go a long way. Until then, you can use vLLM or anything that offers an OpenAI-compatible API and either point Cursor to your endpoint (if possible) or mess with local DNS and route the traffic meant for OpenAI's API to yours. A bit involved, but certainly possible.
@utkarshshukla
@utkarshshukla 3 ай бұрын
​@@gamefromscratchyou can easily do it. Run something that provides openai compatible api.. and then change the hosts file to map api.openai Cursor has option to use openai api.
@rob679
@rob679 3 ай бұрын
@@utkarshshukla there is VS extension called "Continue" that allows connecting to any LLM provider, including LM Studio or Ollama local installation that I believe are the easiest one to run (Ollama on Linux requires like 3 short commands and it can be run on Windows through WSL). If this a fork of VS Code then this extension should work there too.
@utkarshshukla
@utkarshshukla 3 ай бұрын
@@rob679 continue does not support in code edit using ctrl+k ... It's in code edit is not as refined as native cursors edit..
@rodvik
@rodvik 3 ай бұрын
Been a cursor subscriber for 2 months. I really enjoy it. Good for ai assisted debugging.
@AdrianRosarioPR
@AdrianRosarioPR 2 ай бұрын
i been using cursor for a couple of months and i love it. The fact that it has context of the project is a game changer.
@lewisse_8966
@lewisse_8966 3 ай бұрын
Another day, another AI-based VsCode replacement lol
@thirdreplicator
@thirdreplicator 3 ай бұрын
Revolutionary, bro. You just got a SUBSCRIBE!!!
@ThankYouESM
@ThankYouESM 3 ай бұрын
Is there a browser version of that?
@MrEnvisioner
@MrEnvisioner 3 ай бұрын
As AI-assisted coding becomes more widespread/mainstream/mandatory to remain competitive, what's the stop these features/interfaces from just being adopted directly by VS Code / Codium and instantly dooming this Cursor product? Am I missing something?
@gamefromscratch
@gamefromscratch 3 ай бұрын
Nothing really... they just need to do it better and I suppose that is the core of what competition is.
@WeenieWalkerGames
@WeenieWalkerGames 3 ай бұрын
I'd also argue Microsoft's history with regards to adding requested UX features is a big part of it too. When my work switched to Teams, I looked into how to have all conversations in a small side window, something I have used going all the way back to AOL Instant Messenger in the early 2000s, but all I could find was a request for the feature from a few years ago; alas, still not added to Teams.
@mr.mister311
@mr.mister311 3 ай бұрын
I just don't understand how the developers working with these AI features keeps missing the mark. As long as they do, I don't think it will become mainstream. I don't want AI to write my code and then have to write unit tests to ensure it didn't f up. What I want is to write code and have AI suggest corrections and improvements, so I don't have to write unit tests.
@boccobadz
@boccobadz 3 ай бұрын
​@@mr.mister311seems kinda backwards and, if you don't wanna write tests, it's kinda megalomaniac to assume your code will ever be perfect. If it's something even remotely complicated, it's kinda not possible. Unit tests are dumb, agreed, so just write integration tests.
@mr.mister311
@mr.mister311 3 ай бұрын
Once upon a time, drills replaced a lot of the work pickaxes did in the mining industry. I feel like right now, code AI is not a drill, it is a machine that swings a pickaxe. It's often developed to solve a problem that wasn't there in the first place, and it does nothing to solve the biggest problems we have. We write unit tests to discover errors in the code we write. When errors are the problem, why not focus on creating an AI that can discover those in the first place then instead of letting it generate code that we can't trust aren't full of them?
@AleksandarPopovic
@AleksandarPopovic 3 ай бұрын
Nice, i use somtime in Studio Code like extension, for forgoten code, butm people lern one stuff this is assistince this can programing for you, when you go deel level you allone with you brain , and now all editor based on that why not....and visual studio have better performance from jetbrain, but little smaller functions.....
@MrNobodyX3
@MrNobodyX3 Ай бұрын
Can I run it locally?
@PurpleKnightmare
@PurpleKnightmare 3 ай бұрын
I can still use Codeium with it as well, hah.
@boccobadz
@boccobadz 3 ай бұрын
Can't see how is this any different than copilot/cody used in your configured vs code.
@jdubbeatz1042
@jdubbeatz1042 2 ай бұрын
It’s literally way better than Cody.
@EROSNERdesign
@EROSNERdesign 3 ай бұрын
This site is ALWAYS on the cusp of what's going on in tech! Nice job!
@LazerPotatoe
@LazerPotatoe 3 ай бұрын
aye-zuh-yer ? Are you joking? That's a new fun way to pronounce it I guess. Thanks for the video
@Al1987ac
@Al1987ac 3 ай бұрын
But how is it better than VS Code + Codeium?
@gravellife5643
@gravellife5643 2 ай бұрын
In free tier you have 50 gpt-4 uses and 2000 Copilot++ completions every month.
@Al1987ac
@Al1987ac 2 ай бұрын
@@gravellife5643 Buy Codeium offers 20 gpt-4 uses per day.
@thirdreplicator
@thirdreplicator 3 ай бұрын
Is it codebase aware or is it just aware of one file at a time?
@Iamjake1000
@Iamjake1000 3 ай бұрын
Did you ever find this out? That's the issue with AI when using it to try and code complex systems.. it forgets everything and starts over.
@andrewdunbar828
@andrewdunbar828 3 ай бұрын
The name C++ is not under any kind of trademark. Bjarne has specifically said so. And ++ comes from before Bjarne invented C++ anyway.
@shlokbhakta2893
@shlokbhakta2893 3 ай бұрын
All I want is a tabnine free tier++ Something that’s pretty much like tabnine but can use your whole project. Better access to file autocomplete. Run locally and doesn’t do big chunks of trash.
@publicmmi
@publicmmi 3 ай бұрын
Thanks for the video. Btw, you mostly talking about "visual studio" where you mean "visual studio code". Thoses are 2 different programs :)
@EduardKaresli
@EduardKaresli 3 ай бұрын
I want VS Code but written in Rust or C++. VS Code is sooo slow for big projects...
@gamefromscratch
@gamefromscratch 3 ай бұрын
gamefromscratch.com/zed-rust-powered-code-editor/
@EduardKaresli
@EduardKaresli 3 ай бұрын
@@gamefromscratch It's Mac only... I'm on Windows...
@FightClass3
@FightClass3 3 ай бұрын
@@EduardKaresli Windows sucks...
@FightClass3
@FightClass3 3 ай бұрын
11*
@MiaChillfox
@MiaChillfox 3 ай бұрын
@@FightClass3 Oh come on... Everyone just want's cool software for their favorite OS. I wish Zed was available for Linux so I could try it.
@TheRealAfroRick
@TheRealAfroRick 3 ай бұрын
Azure - Think of this pronunciation of the a like the a in At.
@killymxi
@killymxi 3 ай бұрын
You realize there also exists Visual Studio that is not Visual Studio Code? Bad choice of words to omit is distracting.
@jaimimcentire99
@jaimimcentire99 3 ай бұрын
Visual studio code is not the same as Visual Studio.
@FightClass3
@FightClass3 3 ай бұрын
Sick of Chromium or VSCode based software...
@Boxing_Gamer
@Boxing_Gamer 3 ай бұрын
Yes me too
@OlegLecinsky
@OlegLecinsky 3 ай бұрын
Wait... there are people calling themselves "programmers" who need AI to read the code? 😁 It's like, you know, someone claiming to be a "writer" who couldn't read
@baconwarriorgames756
@baconwarriorgames756 3 ай бұрын
First
@ShinSpiegel
@ShinSpiegel 3 ай бұрын
Am I the onlyond tired of this AI bloated stuff?
@jaimimcentire99
@jaimimcentire99 3 ай бұрын
Maybe not. But in my opinion, this is one place it really shines.
@ShinSpiegel
@ShinSpiegel 3 ай бұрын
@@jaimimcentire99 Agree to disagree.
@jaimimcentire99
@jaimimcentire99 3 ай бұрын
@@ShinSpiegel Sure. I personally like copilot because it increases my coding speed - by a rather large margin. As well (in many cases) it seems to know what I want to do before I type it, and it codes it for me, in my coding style - especially things that might be tedious. It's not a replacement for thinking - it seems to be right about 80%-90% of the time - and will even catch details that I might forget. It's not a "do my job, and remove the need for me" kind of thing. It's really like having a good pair programmer who doesn't mind doing the boring work.
@ShinSpiegel
@ShinSpiegel 3 ай бұрын
@@jaimimcentire99 cool man. Good for you.
@catch82
@catch82 17 күн бұрын
Love it or hate it, AI code assistance is the future. Adapt or die, as the saying goes.
@chrismcpherson7582
@chrismcpherson7582 3 ай бұрын
Just dont understand how AI coding is useful. If you need your hand held so badly, just use visual basic, lol
@spectralcanvasimages
@spectralcanvasimages 3 ай бұрын
AI = Nope...
@madd5
@madd5 28 күн бұрын
copilot is much better now. Yes, after 2 months of release of this video :()
I Finally Tried The AI-Powered VS Code Killer | Cursor IDE Review
8:52
Your Average Tech Bro
Рет қаралды 12 М.
Messing Around with AI: Cursor the AI Code Editor
44:22
Context Found
Рет қаралды 2,6 М.
Happy 4th of July 😂
00:12
Alyssa's Ways
Рет қаралды 68 МЛН
Codeium - It's GitHub CoPilot ...But FREE!
11:15
Gamefromscratch
Рет қаралды 82 М.
Why I Quit Copilot | Prime Reacts
35:56
ThePrimeTime
Рет қаралды 297 М.
If you're not developing with this, you're wasting your time
14:30
Articulated Robotics
Рет қаралды 272 М.
Zed “kills” VSCode
12:10
Alex Ziskind
Рет қаралды 687 М.
12 VS Code Extensions to INCREASE Productivity 2024
27:13
Devression
Рет қаралды 595 М.
Zed - The 'Visual Studio Code Killer' - Now on Linux!
5:14
Gamefromscratch
Рет қаралды 52 М.
Cool Tools I’ve Been Using Lately
23:11
Theo - t3․gg
Рет қаралды 237 М.
Using docker in unusual ways
12:58
Dreams of Code
Рет қаралды 421 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
Сколько реально стоит ПК Величайшего?
0:37
Rate This Smartphone Cooler Set-up ⭐
0:10
Shakeuptech
Рет қаралды 2,9 МЛН
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
VA-PC
Рет қаралды 2,2 МЛН