Julia in VS Code. What's New? | David Anthoff, Sebastian Pfitzner | JuliaCon 2022

Поділитися
Вставка
  • Опубліковано 10 лис 2024

КОМЕНТАРІ • 13

  • @AvniBuyukozer
    @AvniBuyukozer 2 роки тому +13

    Here’s my take at timestamping. Keep up the good work!
    00:00 - Introduction
    00:37 - Table viewer feature
    03:38 - Juliaup integration
    06:32 - Shell integration
    10:20 - Julia formatter update
    12:43 - Profiler UI
    17:12 - Julia evaluation in Markdown
    18:12 - Runtime diagnostics
    21:08 - Test runner UI
    24:56 - Outro

  • @edbed5647
    @edbed5647 2 роки тому +3

    Thank you for all the fantastic work, David and team

  • @ch-mo1xz
    @ch-mo1xz 2 роки тому +2

    Thank you for the forthcoming test runner functionality in vs code. Such similar functionality with vs code and python has long been helpful; it is wonderful to see such similar functionality for julia coming to vs code. thank you for this feature, I will use it immediately upon its upcoming release!

  • @mariusdrulea9049
    @mariusdrulea9049 2 роки тому

    My favorite extension for vscode. Thanks Sebastian and David!

  • @MCNaydex
    @MCNaydex 2 роки тому +1

    As last year, impressive work!

  • @andreadeflorio3769
    @andreadeflorio3769 Рік тому

    Debugging in Julia is time consuming and for some packages even unstable, at least in VS Code. DebugAdapter looks to be a great help.
    A demonstration on how to use DebugAdapter, on what it really does, on its advantages and disadvantages, on how to compile a new module and add it to DebugAdapter would be very appreciated.
    A Demonstration as well on SnoopPrecompile and how to make best use of both SnoopPrecompile and DebugAdapter would be also very appreciated. Thanks a lot for your videos!

  • @KirbyZhang
    @KirbyZhang 2 роки тому +1

    nice work. especially like the @testitems feature.

  • @slawomirgontarek4213
    @slawomirgontarek4213 2 роки тому

    Thanks for good job. Can you make a step-by-step video of the Julia VS Code installation with all the important extensions you show?
    Maybe there is a movie and I don't know?

  • @ChristianLaforte
    @ChristianLaforte 2 роки тому +1

    Thanks for the great progress! Unfortunately some of the features don't seem to work, even though I'm using Julia 1.8.0-rc3 and a very recent version of vscode, and the latest extension... e.g. the profile view is missing features like saving the profile to disk (no icon). I wonder if this only supported in the "Julia Insider" extension? If so I recommend you mention it explicitly next time, so we don't just assume it's buggy. You should also add `using ProfileView` etc. so it's clear what packages are assumed, and easier to follow along. Thanks!

    • @BioTurboNick
      @BioTurboNick 2 роки тому

      FWIW, I have a save icon for the profile viewer, not an insider version. And I didn't need to do `using ProfileView`.

  • @remivezy
    @remivezy 2 роки тому

    Love the @testitems !

  • @jcbritobr
    @jcbritobr 2 роки тому

    thats very nice features.

  • @JClrcQ
    @JClrcQ 2 роки тому

    Stupid question maybe. Would it be possible to have some script or vs extension that actually configure all VS code to the best of Julia dev with all the righT settings enabled? I am getting lost in all that needs to be set up. Sorry I am a MATLAB user and I like that its IDE just work out of the box.