How to Setup Java in Visual Studio Code in 1 Minute

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2022
  • The easiest possible way to install the essential Visual Studio Code (code.visualstudio.com) extensions for Java development.
    See you at live, virtual workshops: airhacks.live
    Checkout the: airhacks.fm podcast
    Any questions left? See you at the airhacks.tv
  • НаукаНаука

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

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

    I would always advise everyone to create their java projects in eclipse first and then open them in vscode. The language support for vscode is based on eclipse and can use nearly every eclipse feature. The problem is that vscode cannot create many configuration files like ".classpath" and ".project" this can lead to problems especially with larger projects and especially Java 9 modules do not working at all without the missing configuration files.

    • @D40J13
      @D40J13 25 дней назад

      So is better to use eclipse only??