Ultimate Quickfix List Guide

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 33

  • @ascourter
    @ascourter  Год назад +3

    Let me know if you have any tips / tricks to cover in the next video on quickfix list!

    • @code_explorations
      @code_explorations Год назад

      bqf and reflector are exactly what I want to see. unimpaired will be cool too, and mini.bracketed for good measure. Also, location list.
      I have used vim nonstop since about 1996 and I’ve never dug in properly to the quickfix list because I generally have not used compiled languages, and the barrier to entry was never really worth exploring it to see if there were other uses. This content is perfect for me to get a proper taste of it; thank you. I’ve smashed like and subscribe.

    • @ascourter
      @ascourter  Год назад

      @@code_explorations thank you! Definitely going to cover these in future videos!

    • @DandiYuan
      @DandiYuan 11 месяцев назад

      suppose you have search /solutions and you can use it for later :vim // **/*

    • @ascourter
      @ascourter  11 месяцев назад

      @@DandiYuan Looks like I see it persist using :vim //

  • @code_explorations
    @code_explorations Год назад +7

    I’ve watched 22 seconds so far and just want to say: I’m so glad someone is making content like this. More power to your … screen recorder software.

  • @qoobes
    @qoobes 6 месяцев назад

    Just discovered the channel, epic content!

  • @stoicfloor
    @stoicfloor Год назад +3

    this is an awesome introduction! I use nvim-bqf without knowing the vanilla quickfix first. Thank you!

  • @jocelyn-n-tech
    @jocelyn-n-tech Год назад

    Great video. Never knew about this.

  • @SownJevan
    @SownJevan Год назад +1

    Just what I need. Haven't finished the video but I know it's gonna be a banger, like the telescope one.

  • @jfqlkd
    @jfqlkd Год назад +1

    It would be nice to incorporate :make and then also :compiler.
    Eg. if you do :compiler go, then run :make your go project will be compiled and errors will be sent to the qflist.
    :make can also be used with a make file.

    • @ascourter
      @ascourter  Год назад +2

      Yes! This is in my list for a future quickfix list video. Seeing what commands you can use since make is pretty heavily used.

    • @Bvngee
      @Bvngee 5 месяцев назад

      Would love to see this!

  • @aquepaique
    @aquepaique Год назад

    Subscribed

  • @glyphack
    @glyphack 11 месяцев назад

    QF is definitely one of the best things in vim

  • @philsmith774
    @philsmith774 Год назад

    This is an excellent video. I've only just found out about quickfix lists and your video explained everything I needed to know.

    • @ascourter
      @ascourter  Год назад

      Thanks! Glad it was helpful!

  • @remcoe33
    @remcoe33 9 месяцев назад

    CFDO

  • @lpanebr
    @lpanebr 10 месяцев назад

    cfdo I didn't know we could have up to 10 lists! You showed how to save the list to a file and I got curious if it's possible and how to open it as a quickfix list later? Thanks!

    • @ascourter
      @ascourter  10 месяцев назад +4

      You can pass the -q option to vim to open a qf file. E.g. vim -q example.qf
      I think you should be able to also use "call setqflist" but not 100% sure how to pass a file.

    • @lpanebr
      @lpanebr 10 месяцев назад

      @@ascourter that's great. Thank you so much! Love your content! ❤️

  • @Topyy
    @Topyy Месяц назад +1

    I like how the video starts out referencing the manual and saying you can populate your qflist with errors from your compiler yet never shows how to do this

    • @ascourter
      @ascourter  Месяц назад

      @@Topyy apologies for not going into that. There are a few blogs already that show how to do this with make files in C so I skipped it for the video. I'll add it to my list to come back to.

  • @lua5dot1
    @lua5dot1 5 месяцев назад

    cfdo very well presented

  • @tamtonaquib
    @tamtonaquib 5 месяцев назад

    :h wildignore

    • @ascourter
      @ascourter  5 месяцев назад +1

      Nice! Thanks for sharing this