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
@edbed56472 жыл бұрын
Thank you for all the fantastic work, David and team
@ch-mo1xz2 жыл бұрын
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!
@mariusdrulea90492 жыл бұрын
My favorite extension for vscode. Thanks Sebastian and David!
@KirbyZhang2 жыл бұрын
nice work. especially like the @testitems feature.
@MCNaydex2 жыл бұрын
As last year, impressive work!
@slawomirgontarek42132 жыл бұрын
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?
@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!
@ChristianLaforte2 жыл бұрын
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!
@BioTurboNick2 жыл бұрын
FWIW, I have a save icon for the profile viewer, not an insider version. And I didn't need to do `using ProfileView`.
@JClrcQ2 жыл бұрын
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.