Windsurf Editor TUTORIAL // Better than Cursor? (yes)

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 58

  • @codeswithai
    @codeswithai  3 วันที่ผ่านมา +1

    ALSO--I built an AI girlfriend with Windsurf th-cam.com/video/emHfS63wYzo/w-d-xo.html

    • @KennyPowers-dx3mz
      @KennyPowers-dx3mz 2 วันที่ผ่านมา

      Me too but I was friend zoned on the first init

    • @highpriestofseti
      @highpriestofseti 2 วันที่ผ่านมา

      Last time i coded was in the commodore amiga 500, so after all these years, i succesfully made a windows program with windsurf.

  • @WarLooch
    @WarLooch 2 วันที่ผ่านมา +6

    Don’t forget the undo button. Even if you’ve accepted changes and have gone down a bad road for a half hour of changes, you can scroll back through the chat, mouse over a comment you made and click the undo button and ALL code changes will revert to that exact moment in time. Very handy. I use it more often than I should admit.

    • @codeswithai
      @codeswithai  8 ชั่วโมงที่ผ่านมา +1

      SUPER useful, and I haven't used that yet! Thank you!

    • @WarLooch
      @WarLooch 5 ชั่วโมงที่ผ่านมา

      @@codeswithai I should clarify where it REALLY comes in handy: Where it really shines is times when you ask it to undo the last action, but cascade will often undo, but with changes anyway. However the undo button is an actual undo.

  • @tomgreen8246
    @tomgreen8246 2 วันที่ผ่านมา +3

    Love Windsurf. They are called Workflows due to the Agentic Flow feature... the Agent is essentially following your chain of thought for that specific workflow. E.g. I have restarted 1 project 4 times; its a very complex Phidata agentic framework that I need to be set up absolutely perfectly... and the Agent in Windsurf has LEARNED what my requirements are, and made multiple recommendations about how to implement the project that - frankly - I'd have never thought of, yet made the program significantly better.
    This thing is worth its weight in gold. I upgraded to a Team license literally to support them.

    • @codeswithai
      @codeswithai  8 ชั่วโมงที่ผ่านมา

      Super interesting. Do you know if that "knowledge" carried forward into new 'conversations'?

  • @jaysonp9426
    @jaysonp9426 2 วันที่ผ่านมา +5

    In my experience so far, I'm sticking with cursor. No ability to use o1 or add images. I'm also finding that cursor is better at knowing the codebase...even though people are claiming that windsurf is better at this.

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา +1

      Didn't realize they didn't offer o1 access yet. Interesting. I also think Cursor is currently better at inline suggestions, autocomplete, etc

    • @vyacheslavtarshevskiy3411
      @vyacheslavtarshevskiy3411 23 ชั่วโมงที่ผ่านมา

      Agree, autocomplete is terrible compared to cursor

  • @vyacheslavtarshevskiy3411
    @vyacheslavtarshevskiy3411 วันที่ผ่านมา

    IDE shows potential with its smart file search and stable code-pasting functionality, but currently falls short on core features. Main issues include incomplete folder scanning, unreliable autocomplete, and incorrect code suggestions. Lacks essential customization options and expanded context limits available in competing tools like Cursor. While the foundation is promising, substantial improvements are needed.

  • @TNCYKR
    @TNCYKR 2 วันที่ผ่านมา +3

    Thank you for your explanatory and beautiful presentation
    i will closely follow this channel that i discovered by chance and will eagerly await your new videos thank you.

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา +1

      Welcome aboard!

  • @antoniofuller2331
    @antoniofuller2331 2 วันที่ผ่านมา +1

    One you know Git and Github you're automatically an expert coder

  • @Sub-zero0
    @Sub-zero0 วันที่ผ่านมา +1

    Using both curser & windsurf so far curser is the best

    • @sLavoncheg
      @sLavoncheg วันที่ผ่านมา

      agree

    • @ilianos
      @ilianos 11 ชั่วโมงที่ผ่านมา

      can you say why?

    • @sLavoncheg
      @sLavoncheg 11 ชั่วโมงที่ผ่านมา

      @@ilianos
      In my opinion, the implementation is still quite weak, even with a paid PRO period, comparable to Cursor. I share my experience using both IDEs based on the Claude 3.5 Sonnet model
      Cons: When you directly specify a folder for the context, it selects only partial files and does not see everything else, even when you specifically ask it to analyze all the files in the folder, so the context is very broken. Autocomplete is very poorly implemented compared to Cursor, and also offers very stupid autocompletes, for example, deleting working pieces of code that the question had nothing to do with. It often hallucinates, supplementing the code with non-existent pieces of code that have nothing to do with logic at all and creates incorrect imports or non-existent ones at all. There is no or I did not find a setting specifically for Codeium AI, where you can set a prompt instruction, for example, answer in a certain language, etc. This is strange, because when installing Codeium AI as a separate extension in VS Code, these settings are present. There is no option to select beta features, such as greater context, like in Cursor in 200k, using Claude. I am willing to pay much more than $10+ for such additional features.
      Pros: Has very good potential due to the use of searching for specific files through imports for better context, but this needs improvement for now. No bugs, like in Cursor, with loss of context when pasting parts of code directly into the chat.
      Summary: So far, a very raw product that needs significant improvements, but has good potential due to specific search by project. Overall, I would like to say that I like it, but there are still many minuses. I would like to have beta features such as greater context or analysis of all files in a specified directory, not just those that it chooses itself. I will follow the product from time to time and wish the developers success.

  • @haryormedayjoshua281
    @haryormedayjoshua281 2 วันที่ผ่านมา +1

    Definitely giving this a try.
    Love Codeium, so I think this might be great too

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา +1

      I dig the cut of their jib. (gib?)

  • @EricVida
    @EricVida 2 วันที่ผ่านมา +2

    Very good for just frontend. Authentication and backend is a mess. It breaks things as it fixes others. Same issue as bolt.new. Maybe it’s because ai still has too small context for codebase awareness. It might work better if the project is small and simple.
    Maybe i don’t know how to prompt it for long projects, but it shows it hasn’t replaced devs yet.
    With that’s said, it’s the best I’ve seen. The chat is great.

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา

      Agreed and agreed. Haven't tried bolt.net yet, that's next!

  • @gnsdgabriel
    @gnsdgabriel วันที่ผ่านมา +2

    Is the voice to text a Windsurf feature or something else?

    • @codeswithai
      @codeswithai  วันที่ผ่านมา

      Better Dictation! There are a few of these out these days, but this one was a one-time fee.

  • @Haven_games
    @Haven_games 2 วันที่ผ่านมา +2

    How was voice to text enabled in windsurf? I have a bare installation and can't figure out what's required besides the CTRL+V shown

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา +2

      It's a 3rd party Mac app! Nothing to do with Windsurf/Codeium. I use Better Dictation, but there are a few out there these days.

    • @Haven_games
      @Haven_games วันที่ผ่านมา

      @@codeswithai Thanks! When/if it gets built into Windsurf and be able to verbally accept the suggestions and not require keystrokes, it'll truly be a Tony Stark moment

  • @aculz
    @aculz 16 ชั่วโมงที่ผ่านมา

    yes cursor is better but the price also 2x from windsurf. so i think i will take the cheapest , im sure they will improve this a lot later

    • @codeswithai
      @codeswithai  8 ชั่วโมงที่ผ่านมา

      Fair point as well.

  • @cpakken
    @cpakken 2 วันที่ผ่านมา +1

    I love your vscode theme. What are you using?

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา +1

      "Dark High Contrast"

  • @KennyPowers-dx3mz
    @KennyPowers-dx3mz 2 วันที่ผ่านมา +1

    Hey man, thanks for the demo - feedback since channel seems new: maybe its just me but I got the feeling you are a bit stressed, maybe try to chill a bit. Maybe its just me projecting 🙂 Anyways imma go make Cursor jealous

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา +3

      Ha! Well you're not wrong. Good news is that it's not this YT channel at least 😉 (it's my 5th YT channel and actually feels like a BREAK from the stress parts of life)

  • @ohiduzzamansiam
    @ohiduzzamansiam วันที่ผ่านมา

    The main problem with Windsurf is compared to Cursor that it can't read docs or something from the link but the Cursor does.

    • @codeswithai
      @codeswithai  วันที่ผ่านมา

      Hard agree! It's so useful to just copy/paste a link into Cursor.

  • @ChadGauthier
    @ChadGauthier 2 วันที่ผ่านมา +2

    Using AI to write more text than a github command to cut a branch 4:58 😅

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา +1

      This is the way.

  • @Gabriel-ch7sx
    @Gabriel-ch7sx 2 วันที่ผ่านมา

    How good is it when writing Svelte 5 code?

    • @BruhBubble
      @BruhBubble 2 วันที่ผ่านมา

      As good as Cursors since it suses claude 3.5 sonnet too but you can change it also to gpt 4o

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา +1

      50/50 (compared to 95/5 for Svelte 4). It gets some of the runes correct, but I was having major issues trying to get it to set up a new SvelteKit project with v5. I didn't get the "npm create" vs "npx sv" changes, for example.

  • @diesunddas405
    @diesunddas405 2 วันที่ผ่านมา +1

    I have a problem using the chat in windsurf. I tried to apply changes by clicking on "Apply" in the chat but I constanly get this error irrespective of the file:
    "File has been modified since edit was generated. Cannot apply contents"
    Any ideas?

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา +1

      My default is just to copy my prompt, start a new chat (or whatever they're calling it these days), and start again.
      It's a bit frustrating, but that's the case with all the AI editors I've tried.

    • @vyacheslavtarshevskiy3411
      @vyacheslavtarshevskiy3411 23 ชั่วโมงที่ผ่านมา +1

      Just reload window with cmd shift p

    • @diesunddas405
      @diesunddas405 14 ชั่วโมงที่ผ่านมา

      @vyacheslavtarshevskiy3411 to open the Command Palette? Why?

    • @sLavoncheg
      @sLavoncheg 14 ชั่วโมงที่ผ่านมา

      @@diesunddas405open and write ‘reload window’

  • @HookedGoneSunk
    @HookedGoneSunk วันที่ผ่านมา +1

    cursor can do that codebase.. better than windsurf

  • @ninjaxae
    @ninjaxae 2 วันที่ผ่านมา

    Image Chatting Is Not there in Windserf but it is there in cursor

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา

      Correctomundo

  • @1337bitcoin
    @1337bitcoin 2 วันที่ผ่านมา

    Does no one in these AI companies use CMD+L to select lines for code?!?! It's one of my most used shortcuts, and is standard across sublime, vscode, Jupyter, BigQuery, and many other editors. Why do they keep hijacking this?!?

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา

      I used to do this, too! ha.
      At some point I shifted (pun intended) to triple-clicking lines and then shift-clicking where I wanted to stop. Def slower and I have no idea why I do that now.

  • @aghileslounis
    @aghileslounis 2 วันที่ผ่านมา

    Nothing works from the start :
    - doesn't import vscode settings properly
    - doesn't import extension settings
    - doesn't import keybinds
    - doesn't have an "apply" from chat directly, you need to copy or insert at cursor WTF are you kidding me, like really???
    - inconsistent, never does what it says it will do

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา +1

      This hasn't been my experience, for the most part.
      Migration = you might inform their team what settings didn't carry over! They'd want to hear that.
      Apply from chat = mine does (when the AI doesn't automatically do it, it usually TELLS me that and then offers the ability to copy/insert
      Keybinds = totally with you. It's annoying.

  • @RobBominaar
    @RobBominaar 2 วันที่ผ่านมา +1

    It would be a lot more informative if you started with an empty startup instead of this bloated cluster of files and folders.

    • @mik3lang3lo
      @mik3lang3lo 2 วันที่ผ่านมา

      😂😂😂

    • @codeswithai
      @codeswithai  2 วันที่ผ่านมา +1

      How so?