How to use Cursor AI Composer in 5 minutes

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

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

  • @danivicario
    @danivicario 2 หลายเดือนก่อน +6

    I loved the calmed voice and interesting examples. Thank you very much!

    • @RobShocks
      @RobShocks  2 หลายเดือนก่อน +1

      Thanks, trying to distill the good stuff without the hype

  • @dctrex
    @dctrex 2 หลายเดือนก่อน +3

    Fantastic! I think I struck gold. Please keep these tutorials coming! 👏👏

    • @RobShocks
      @RobShocks  2 หลายเดือนก่อน +3

      Oh wow, thanks for the lovely comment. I’m sitting here eating rice Crispies dying with a cold and you’ve perked me up. What kind of tutorial would you like to see next?

    • @dctrex
      @dctrex 2 หลายเดือนก่อน +1

      @@RobShocks I'm working with your codebase right now. What I'd like to see is the next steps to taking it live. As in a live viable product for the public to see. Great work. Feel better we need more of your great content!

  • @rtwg605
    @rtwg605 หลายเดือนก่อน

    Saw your comment on another YT'er's podcast on Cursor. Found ya, watched this vid. Subscribed. Now on to your other cursor vids.

    • @RobShocks
      @RobShocks  หลายเดือนก่อน

      @@rtwg605 glad you’re getting some use, what are you interested in building?

  • @Rami_Elkady
    @Rami_Elkady หลายเดือนก่อน

    Amazing. Stright to the point(s). Value packed video ❤

    • @RobShocks
      @RobShocks  หลายเดือนก่อน

      Hey man thanks so much for that comment. Lovely thing to read on a Monday morning. I appreciate it.

  • @lihengeliyi5411
    @lihengeliyi5411 2 หลายเดือนก่อน +1

    nice one, precise and helpful

    • @RobShocks
      @RobShocks  2 หลายเดือนก่อน

      Thanks so much, that is the aim! What are you working on?

  • @christopherstone833
    @christopherstone833 หลายเดือนก่อน

    Thank you , learned a lot.

    • @RobShocks
      @RobShocks  หลายเดือนก่อน

      Thanks Christopher, appreciate that. Want to see anything next?

  • @bambanx
    @bambanx หลายเดือนก่อน

    Amazing thanks you, just a questions when you add a documentation you only add the index url or you must add whole links of the documentation? Thanks you

    • @RobShocks
      @RobShocks  หลายเดือนก่อน

      From my understanding Cursor indexes all the docs from just one URL so aim for the root of the docs and see how it works for you. If there docs are huge it might be better to concentrate on specific pages but I have not had that problem yet.

  • @吳富榮-e7w
    @吳富榮-e7w 20 วันที่ผ่านมา

    May I use voice input?

  • @nkumar1470
    @nkumar1470 2 หลายเดือนก่อน

    Dude holy shit this is amazing

    • @RobShocks
      @RobShocks  หลายเดือนก่อน

      Aw man thanks so much. Glad you got use out of it. What would you like to see next

  • @qiksoft
    @qiksoft หลายเดือนก่อน

    Great tutorial! Not at all your fault but when you get to the "Composer" feature in video, cannot use with your own API keys, "Composer relies on custom models that cannot be billed to an API key. Please disable API keys and use a Pro or Business subscription." Maybe you should mention this :)

    • @RobShocks
      @RobShocks  หลายเดือนก่อน +1

      @@qiksoft Thanks for pointing that out. What models are you using. What’s the usage cost like if you are not using local? I’ve been using the paid version since the start I found it was definitely worth it and cheaper than the api for my level of usage and codebase.

    • @qiksoft
      @qiksoft 22 วันที่ผ่านมา

      @@RobShocks I am an API only users and use many. My go to are sonnet 3.5 and 4o

  • @proflead
    @proflead 2 หลายเดือนก่อน

    Nice one Rob! Thanks!

    • @RobShocks
      @RobShocks  2 หลายเดือนก่อน +1

      Cheers! Checked out your channel, great work, how are you finding the process?

    • @proflead
      @proflead 2 หลายเดือนก่อน

      @@RobShocks thank you Rob! 😀🙏 It’s fine. It helped me to find so many new interesting channels and learn the topics from different angles.

  • @AaronBlox-h2t
    @AaronBlox-h2t 2 หลายเดือนก่อน

    Interesting... I am using vs code with continue and claudedev but might try this one out.

    • @RobShocks
      @RobShocks  หลายเดือนก่อน

      How did you get on, did you get time to try it yet?

  • @gautammandewalker8935
    @gautammandewalker8935 หลายเดือนก่อน

    Have you tried porting a complete code base to a different tech stack?

    • @RobShocks
      @RobShocks  หลายเดือนก่อน

      Honestly no. I think if that were me I'd be starting from scratch and porting over the services one by one. Depends on the project of course. What are you porting?

  • @ahmedebenhassine2828
    @ahmedebenhassine2828 หลายเดือนก่อน

    Any idea how to jump to class or function definition, I already tried ctrl + click but didn't work ?

    • @RobShocks
      @RobShocks  หลายเดือนก่อน

      Hey man, I don't have that problem but I did some digging for you in the Cursor Reddit and apparently there may be an issue with a particular python package you need to install check this post out for more info www.reddit.com/r/cursor/comments/1fv3bmm/jump_to_class_or_function_definition/

  • @qubit0002
    @qubit0002 หลายเดือนก่อน

    any idea on how to fix error 'Unable to write file' - system appears to be duplicating the same path but different folder

    • @RobShocks
      @RobShocks  หลายเดือนก่อน +2

      Yes this is annoying. I get around this happening by starting projects with a .cursorrules file in the root reminding it to use the app folder along with folder structure example then also make sure you @codebase for the scenarios where it’s getting folders wrong and this helps.

    • @qubit0002
      @qubit0002 หลายเดือนก่อน +1

      @@RobShocks interesting, mind sharing instructions for your .cursorrules file and can you clarify what it means to '@codebase for scenarios'? thx in advance

    • @RobShocks
      @RobShocks  หลายเดือนก่อน

      @@qubit0002 check out a site called cursor directory and you will get all the cursor rules files. @codebase typed in any prompt window tells the model to take the entire codebase context into account when responding. Also a new tip is to copy your file tree into the cursor rules or create an insturctions.md file with it pasted in there and it gives more context as well

  • @bambanx
    @bambanx หลายเดือนก่อน

    What is the difference between composer and the chat in the side? Ty

    • @episodex
      @episodex หลายเดือนก่อน +1

      The chat in the right can't actually edit multiple files, or create multiple files. At least I culdn't make it do it and thought it's not impllemented at all. Now I see there's a third way that handles precisely this use case and it is awesome!

    • @RobShocks
      @RobShocks  หลายเดือนก่อน

      So Composer CTRL + I is great for big changes and features because it can create new files and make changes across multiple existing files on it's own. The Chat windlow CTRL + L is useful when you are in a particular file or want to ask questions or test ideas without commitment to change. You can review what is being suggested and accept and apply each change at a time. So think of them in this order, Composer - Big sweeping changes, Chat - File level and step by step changes - CTRL - K in the file more precise changes at the file level

  • @MuhammadumarSotvoldiev
    @MuhammadumarSotvoldiev 2 หลายเดือนก่อน

    Thanks a lot

    • @RobShocks
      @RobShocks  2 หลายเดือนก่อน

      Most welcome

  • @xaviersubira5154
    @xaviersubira5154 2 หลายเดือนก่อน

    clickup sucks too much settings and lotta unnecessary complexity on the UX

    • @RobShocks
      @RobShocks  2 หลายเดือนก่อน

      What do you mean by clickup?