What is Visual Studio Code (VS Code)

Sdílet
Vložit
  • čas přidán 16. 03. 2019
  • Hi, I am Raghav & today we will learn:
    What is Visual Studio Code
    VS Code - Source code editor
    IDE - integrated development environment
    Eclipse - java
    Visual Studio - C#
    References
    code.visualstudio.com/
    en.wikipedia.org/wiki/Visual_...
    stackoverflow.com/questions/1...
    SUBSCRIBE & Click Bell to Join Automation Step-by-Step family
    JOIN me on this educational journey as a member and get exclusive perks - Click the JOIN button
    / @raghavpal
    ONLINE COURSES TO LEARN
    automationstepbystep.com/onli...
    ----------- UI TESTING -----------
    Selenium Beginners - bit.ly/2MGRS8K
    Selenium Java Framework from Scratch - bit.ly/2N9xvR6
    Selenium Python - bit.ly/2oyMp5x
    Selenium Tips - bit.ly/2owxc50
    Selenium Builder - bit.ly/2MKNtlq
    Katalon Studio - bit.ly/2wARFdi
    Robot Framework with RIDE- bit.ly/2Px6Ue9
    Robot Framework with Eclipse - bit.ly/2N8DZxb
    ----------- API TESTING -----------
    Web Services (API) - bit.ly/2MGafL7
    SoapUI - bit.ly/2MGahmd
    Postman - bit.ly/2wz8LrW
    General - bit.ly/2PYdwmV
    Katalon Studio API Testing - bit.ly/2BwuCTN
    ----------- MOBILE TESTING -----------
    Mobile Playlist - bit.ly/2PxpeUv
    ----------- CI | CD | DEVOPS -----------
    Jenkins Beginner - bit.ly/2MIn8EC
    Jenkins Tips & Trick - bit.ly/2LRt6xC
    Docker - bit.ly/2MInnzx
    ----------- VERSION CONTROL SYSTEM -----------
    Git & GitHub - bit.ly/2Q1pagY
    ----------- PERFORMANCE TESTING -----------
    JMeter Beginner - bit.ly/2oBbtIU
    JMeter Intermediate - bit.ly/2oziNVB
    JMeter Advanced - bit.ly/2Q22Y6a
    JMeter Tips & Tricks - bit.ly/2NOfWD2
    Performance Testing - bit.ly/2wEXbLS
    ----------- JAVA -----------
    Java Beginners - bit.ly/2PVUcXs
    Java Tips & Tricks - bit.ly/2CdcDnJ
    ----------- MAVEN -----------
    Maven - bit.ly/2NJdDRS
    ----------- OTHERS -----------
    Redis- bit.ly/2N9jyCG
    Misc - bit.ly/2Q2q5xQ
    Tools & Tips - bit.ly/2oBfwoR
    QnA Friday- bit.ly/2NgwGpw
    Sunday Special - bit.ly/2wB23BO
    Ask Raghav - bit.ly/2CoJGWf
    Interviews - bit.ly/2NIPPxk
    All Playlists - bit.ly/2LSiezA
    Keep Learning,
    Raghav
    Website - automationstepbystep.com/
    LifeCharger - lifecharger.org/
    Udemy Courses - www.udemy.com/user/raghav-pal-3/
    Facebook - / automationstepbystep
    Twitter - / automationsbs
    CZcams - / automationstepbystep
    You can support my mission for education here:
    / raghavpal

Komentáře • 85

  • @tymothylim6550
    @tymothylim6550 Před 3 lety +8

    Thank you for the video Raghav! As a noob coder, this helped me learn the difference between Visual Studio and Visual Studio Code :)

  • @user-pm4yi6ec8u
    @user-pm4yi6ec8u Před 3 lety +6

    Raghav, thank you very much. Your video helped me a lot

  • @rjtheone9647
    @rjtheone9647 Před 3 lety +3

    bro you were direct to the point gd job..

  • @gvvprasad4744
    @gvvprasad4744 Před 4 lety +1

    Hi, I have a selenium-java project (Maven) made in Eclipse its working fine in Eclipse but when I open the same project in VS Code it's not working. I already have "Maven for Java" Extension in VS Code. Do we need any more extensions?

    • @RaghavPal
      @RaghavPal  Před 4 lety

      Hi Prasad, I have never done this. Here are some links I found that can help
      github.com/redhat-developer/vscode-java/issues/643
      www.reddit.com/r/VisualStudio/comments/a8dkeu/import_existing_eclipse_java_project_into_visual/

  • @samarendrarout3546
    @samarendrarout3546 Před 4 lety +1

    Thanks for the video 👍

  • @AmAbAtUkAm69
    @AmAbAtUkAm69 Před 3 lety +2

    Wow you are really replying to every one .

    • @RaghavPal
      @RaghavPal  Před 3 lety +3

      Yes, my job will be incomplete if I leave my students with doubts and issues

  • @Andrew-ei4tb
    @Andrew-ei4tb Před 3 lety +2

    Thank you so much for the simple explanation of VS Code i really a noob coder i'm just starting coding like 1 weeks ago! it's really helped me alot!

  • @thomasjust2663
    @thomasjust2663 Před 3 lety

    I like VC, but I just don't see the purpose for programing in C#, what is the use if it can'r produce an executable?

    • @RaghavPal
      @RaghavPal  Před 3 lety

      Hi Thomas, every language has some + and - and have its own usage

  • @ashokreddybasham7474
    @ashokreddybasham7474 Před 9 měsíci

    Hi Raghav Good day!
    I hope you are doing well
    I need to extract data from Images by using Computer vision. In this process what are the applications and packages? need to install from computer vision Please give the inputs from scratch

    • @RaghavPal
      @RaghavPal  Před 9 měsíci

      Ashok
      I believe this is not related to this video, so i am adding a general response here.
      To extract data from images using computer vision, you will need to use a computer vision library. There are many different computer vision libraries available, but some of the most popular ones include:
      * OpenCV: OpenCV is a free and open-source library for computer vision. It is available for Windows, macOS, and Linux.
      * TensorFlow: TensorFlow is an open-source software library for machine learning. It is available for Windows, macOS, Linux, and Android.
      * PyTorch: PyTorch is an open-source machine learning library based on the Torch library. It is available for Windows, macOS, Linux, and Python.
      Once you have chosen a computer vision library, you will need to install it on your computer. You can find installation instructions for each library on their respective websites.
      Once you have installed the computer vision library, you can start extracting data from images. The specific steps involved in extracting data from images will vary depending on the library you are using and the type of data you want to extract. However, some common steps include:
      1. Importing the necessary libraries and modules.
      2. Reading the image file.
      3. Preprocessing the image, such as resizing it or converting it to grayscale.
      4. Applying a computer vision algorithm to extract the desired data.
      5. Saving the extracted data.
      For example, if you want to extract text from an image, you could use the following steps:
      1. Import the OpenCV library.
      2. Read the image file.
      3. Convert the image to grayscale.
      4. Apply the OpenCV text detection algorithm to the image.
      5. Save the extracted text.
      I hope this gives you a general overview of how to extract data from images using computer vision. There are many other resources available online that can provide you with more detailed instructions.
      Here are some additional things to keep in mind when extracting data from images using computer vision:
      * The quality of the image will affect the accuracy of the extraction.
      * The type of data you want to extract will also affect the accuracy of the extraction.
      * Some data extraction algorithms are more complex than others and may require more computing power.
      * It is important to choose the right computer vision library for your needs.
      I hope this helps

  • @pritamkathar
    @pritamkathar Před 5 lety

    which screen recording tool you use?

    • @RaghavPal
      @RaghavPal  Před 5 lety

      Hi Pritam on mac I use QuickTime on Windows diff recorders like HitFilm

  • @lokeshwarreddy6397
    @lokeshwarreddy6397 Před 4 lety +6

    Dont search in Google
    We also know to search

    • @RaghavPal
      @RaghavPal  Před 4 lety

      Hi Lokeshwar, I have tried to keep it simple and something that users can follow along with hands-on.

    • @lokeshwarreddy6397
      @lokeshwarreddy6397 Před 4 lety +1

      @@RaghavPal if you open the software and show how it works it will be better than just explaining it as theory
      Tq for responding
      Hope you have a bright future as a famous youtuber

  • @divyanarahari6994
    @divyanarahari6994 Před 5 lety

    Hi Raghav ,
    Can you please me video on katalon integration with VSTS(Azure Devpos).

    • @RaghavPal
      @RaghavPal  Před 5 lety

      Hi Divya, sure I Divya, but can take some time. You can check this meanwhile - docs.katalon.com/katalon-studio/docs/vststfsvso-integration.html

    • @divyanarahari9518
      @divyanarahari9518 Před 5 lety +1

      Thank you Ragav.
      But , waiting for ur video

  • @pihuyadav6449
    @pihuyadav6449 Před 4 lety

    value dous not fall within the expected range spynote window 7/32bit ?

    • @RaghavPal
      @RaghavPal  Před 4 lety

      Hi Pihu, where exactly you faced this. Can you refer the time in the video

  • @andresestevez2701
    @andresestevez2701 Před 4 lety +1

    una duda como se agrega la compilación de c++ del visual studio 2019, me sale error no se reconoce el comando cl, como seria agregar al path de variables para que visual code reconozca comandos de visual studio para c++

    • @RaghavPal
      @RaghavPal  Před 4 lety

      No estoy seguro Andres, tendré que verificar esto en línea

    • @andresestevez2701
      @andresestevez2701 Před 4 lety

      mas detalles de mi problema:
      gracias por responder.
      mmmm........ a si lo tengo instalado:
      visual studio 2019 esta correctamente instalado
      visual code igualmente correcto
      Funciona la compilación de c++ en visual studio 2019, me he fijado que utiliza la herramienta de consola que lleva ya instalado (developer command prompt otra consola aparte). Pero es muy pesado el id para mi maquina. Entonces con visual code como ide para c++, pero en terminal cmd no reconoce la instrucción cl(parece que no esta asignado las instrucciones del visual studio 2019), en visual code sale este error:
      ""cl.exe : El término 'cl.exe' no se reconoce como nombre de un cmdlet, función, archivo de script o programa ejecutable.
      Compruebe si escribió correctamente el nombre o, si incluyó una ruta de acceso, compruebe que dicha ruta es correcta e
      inténtelo de nuevo.
      En línea: 1 Carácter: 1
      + cl.exe /Zi /EHsc /Fe: d:\codigo_programacion\c++\prueva1\main.exe d:\ ...
      + ~~~~~~
      + CategoryInfo : ObjectNotFound: (cl.exe:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException""
      y eso es por que en terminal cmd no reconoce cl, pero si abres el prommpt de visual studio 2019 si lo reconoce, la cosa es que no se como ubicar la terminal del prommp de visual studio 2019 o agregar variables al path para que el cmd reconozca instrucciones..... una ayuda porfa.

    • @RaghavPal
      @RaghavPal  Před 4 lety +1

      I will have to translate this in English. Can you provide English text

    • @andresestevez2701
      @andresestevez2701 Před 4 lety

      thanks anyway, in the end I ended up with g ++ and c ++ of mingw, those of microsof are very incompatible with myself when it is community, I do not speak English well, with translator I understood it quickly by a plugin in the chrom browser .. to the chest
      gracias de todas formas, al final termine con g++ y c++ de mingw, los de microsof son bien incompatibles con sigo mismo cuando es de comunidad, no hablo bien el ingles, con traductor lo entendí rápido por un plugin en el navegador de chrom... a lo hecho pecho

    • @RaghavPal
      @RaghavPal  Před 4 lety

      Thanks for the message Andres

  • @RahulKumar-cj3cw
    @RahulKumar-cj3cw Před 3 lety +1

    Thank you

  • @DataJuggler
    @DataJuggler Před 5 lety +1

    I still don't see any reason to use it over Visual Studio. Am I missing something?

    • @RaghavPal
      @RaghavPal  Před 5 lety

      Hi, It is more lightweight and than VS, stackoverflow.com/questions/30527522/what-are-the-differences-between-visual-studio-code-and-visual-studio

    • @Anonymity55
      @Anonymity55 Před 4 lety

      visual studio code is way less space consuming

  • @ravichandran178
    @ravichandran178 Před rokem

    Thank you bro

  • @NTTtv
    @NTTtv Před 3 lety

    what extensions you are using in google chrome

    • @RaghavPal
      @RaghavPal  Před 3 lety

      Hi, not sure which one are you referring to

    • @NTTtv
      @NTTtv Před 3 lety

      @@RaghavPal all the extensions except whatfont,Grammarly, colorzilla

    • @RaghavPal
      @RaghavPal  Před 3 lety

      There are multiple ext

  • @andrewr888r
    @andrewr888r Před 3 lety +1

    Indians are the best teachers

    • @RaghavPal
      @RaghavPal  Před 3 lety +2

      Honoured to see this message

  • @twrkiller6867
    @twrkiller6867 Před 2 lety

    Sir, can I learn python w/o this vs code so that I would have easier to learn...?

    • @RaghavPal
      @RaghavPal  Před 2 lety

      Yes, can use any online editor too

  • @vladyslavhanoshenko2942

    very cool!

  • @noaro27
    @noaro27 Před rokem

    👍👍👏👏👏

  • @STUDIOS-ze3jy
    @STUDIOS-ze3jy Před 3 lety

    In which software you were writing IDE and Eclipse Definition ??

    • @RaghavPal
      @RaghavPal  Před 3 lety

      Where exactly pls provide the timestamp to refer

    • @STUDIOS-ze3jy
      @STUDIOS-ze3jy Před 3 lety

      @@RaghavPal 0:01 and 1:35

    • @RaghavPal
      @RaghavPal  Před 2 lety +1

      Okay, thats the notes app in Mac

    • @STUDIOS-ze3jy
      @STUDIOS-ze3jy Před 2 lety

      @@RaghavPal well thanks , can there be same something like that in windows

    • @RaghavPal
      @RaghavPal  Před 2 lety +1

      There will be, I will say can start with simple Notepad, its the content that matters

  • @Rohan-vl1ve
    @Rohan-vl1ve Před 2 lety

    What's your qualifications? Where did you study?
    What's your aim?

    • @RaghavPal
      @RaghavPal  Před 2 lety +1

      I am a Teacher and aim is to share my knowledge and make it reach everyone

  • @01Oddone
    @01Oddone Před 3 lety

    Can we run all programming languages in this !??

    • @RaghavPal
      @RaghavPal  Před 3 lety +1

      Most of them, code.visualstudio.com/docs/languages/overview

  • @habibnazar5765
    @habibnazar5765 Před 4 lety

    can anyone teach me coding ? i really wanna learn

    • @RaghavPal
      @RaghavPal  Před 4 lety

      Hi you can see programming tutorials here - automationstepbystep.com/

  • @anshuydeud_1051
    @anshuydeud_1051 Před 3 lety

    I'm Raghav Tooooooo

  • @chipegochiimbwe3265
    @chipegochiimbwe3265 Před 4 lety

    thanks

  • @shawkishor
    @shawkishor Před 3 lety

    What is the difference b/w vs code and visual studio 2019?

    • @RaghavPal
      @RaghavPal  Před 3 lety +2

      Hi Kishor, this will help -
      stackoverflow.com/questions/30527522/what-are-the-differences-between-visual-studio-code-and-visual-studio
      stackshare.io/stackups/visual-studio-vs-visual-studio-code

    • @shawkishor
      @shawkishor Před 3 lety

      @@RaghavPal Thank you

  • @johnjung2141
    @johnjung2141 Před 5 lety +1

    you are cool!

  • @habibnazar5765
    @habibnazar5765 Před 4 lety

    can you code Raghav?

  • @nikhilp9994
    @nikhilp9994 Před 2 lety +1

    Bro you literally just googled up everything and just read from the web pages🤣. Felt like my History teacher reading from textbook. I did the same before coming to this video and anyone can do it, I thought I would get more insight and better understanding. Hope to get better content next time.

    • @RaghavPal
      @RaghavPal  Před 2 lety

      Hi Nikhil, I will check and improve on this, hope the next videos will be useful

  • @academician4462
    @academician4462 Před 3 lety

    At least tell the basic practical application of it...we can search the google by ourself

    • @RaghavPal
      @RaghavPal  Před 3 lety

      Hi, I know this was very basic, Hope the next video will help

  • @lokeshwarreddy6397
    @lokeshwarreddy6397 Před 4 lety

    Try to explain by presentation or animation

    • @RaghavPal
      @RaghavPal  Před 4 lety +1

      I will try to do a ppt as well

  • @seth7407
    @seth7407 Před 3 lety

    This guy literally said the same thing three times

    • @RaghavPal
      @RaghavPal  Před 3 lety

      Sorry for that, let me know where exactly this needs improvement