• Complain

Alessandro Del Sole - Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux

Here you can read online Alessandro Del Sole - Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. publisher: Apress, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Alessandro Del Sole Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux
  • Book:
    Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Alessandro Del Sole: author's other books


Who wrote Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux? Find out the surname, the name of the author of the book and a list of all author's works by series.

Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Book cover of Visual Studio Code Distilled Alessandro Del Sole Visual - photo 1
Book cover of Visual Studio Code Distilled
Alessandro Del Sole
Visual Studio Code Distilled
Evolved Code Editing for Windows, macOS, and Linux
2nd ed.
Logo of the publisher Alessandro Del Sole Cremona Italy Any source code - photo 2
Logo of the publisher
Alessandro Del Sole
Cremona, Italy

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at www.apress.com/9781484269008. For more detailed information, please visit https://www.apress.com/source-code.

ISBN 978-1-4842-6900-8 e-ISBN 978-1-4842-6901-5
https://doi.org/10.1007/978-1-4842-6901-5
Alessandro Del Sole 2021
This work is subject to copyright. All rights are solely and exclusively licensed by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, expressed or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

This Apress imprint is published by the registered company APress Media, LLC part of Springer Nature.

The registered company address is: 1 New York Plaza, New York, NY 10004, U.S.A.

To my wife Angelica, you mean everything to me.

Introduction

One of the most common requirements in software development today is building applications and services that run on multiple systems and devices, especially with the continued expansion of cloud and artificial intelligence services.

Developers have many options to build cross-platform and cross-device software, from languages to development platforms and tools. However, in most cases such tools rely on proprietary systems, therefore creating strong dependencies. Moreover, most development tools target specific platforms and development scenarios. Microsoft Visual Studio Code makes a step forward, by providing a fully featured development environment for Windows, macOS, and Linux that not only offers advanced coding features but also integrated tools that span across the entire application life cycle from coding to debugging to team collaboration.

With .NET 5 recently released and with .NET MAUI coming shortly, Visual Studio Code becomes even more important to support cross-platform development on multiple operating systems. In this book, developers with any skill will learn how to leverage Visual Studio Code to target scenarios such as web, cloud, and mobile development with the programming language of their choice, providing guidance to build apps for any system and any device.

Acknowledgments

Thanks to Joan Murray, Jill Balzano, Laura Berendson, and everyone else at Apress for the opportunity and the great teamwork on this book.

Special thanks to the technical editor, Damien Foggon, who contributed to the quality and accuracy of the contents.

Special thanks to my wife Angelica, who understands and never complains about the time I spend on writing books.

Table of Contents
About the Author
Alessandro Del Sole

is Senior Software Engineer for a healthcare company, building mobile apps for doctors and dialysis patients. He has been in the software industry for almost 20 years, focusing on Microsoft technologies such as .NET, C#, Visual Studio, and Xamarin. He has been a trainer, consultant, and a Microsoft MVP since 2008 and is the author of many technical books. He is a Xamarin Certified Mobile Developer, Microsoft Certified Professional, and a Microsoft Programming Specialist in C#.

The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
A. Del Sole Visual Studio Code Distilled https://doi.org/10.1007/978-1-4842-6901-5_1
1. Introducing Visual Studio Code
Alessandro Del Sole
(1)
Cremona, Italy

Visual Studio Code is not just another evolved Notepad with syntax colorization and automatic indentation. Instead, it is a very powerful code-focused development environment expressly designed to make it easier to write web, mobile, and cloud applications using languages that are available to different development platforms and to support the application development life cycle with a built-in debugger and integrated support for the popular Git version control engine.

With Visual Studio Code, you can work with individual code files or with folders containing projects or loose files. This chapter provides an introduction to Visual Studio Code, giving you information on when and why you should use it and details about installing and configuring the program on the different supported operating systems.

Note

Across the book, I will refer to the product with its full name, Visual Studio Code, and its friendly names, VS Code and Code, interchangeably.

Visual Studio Code, a Cross-platform Development Tool

Visual Studio Code has been the first cross-platform development tool in the Microsoft Visual Studio family that runs on Windows, Linux, and macOS. It is free, open source ( https://github.com/microsoft/vscode ), and definitely a code-centric tool, which not only makes editing code files and folder-based project systems easier but also facilitates writing cross-platform web, mobile, and cloud applications over the most popular platforms, such as Node.js and .NET 5 (including earlier versions of .NET Core), with integrated support for a huge number of languages and rich editing features such as IntelliSense, finding symbol references, quickly reaching a type definition, and much more.

Visual Studio Code is based on Electron ( https://electronjs.org/ ), a framework for creating cross-platform applications with native technologies, and combines the simplicity of a powerful code editor with the tools a developer needs to support the application lifecycle development, including debuggers and version control integration based on Git. Visual Studio Code is therefore a complete development tool, rather than being a simple code editor. For a richer development experience, you will want to consider Microsoft Visual Studio 2019 on Windows and Visual Studio 2019 for Mac on macOS, but Visual Studio Code can be really helpful in many situations.

In this book, youll learn how to use Visual Studio Code and how to get the most out of it; youll discover how you can use it both as a powerful code editor and as a complete environment for end-to-end development. Except where necessary to differentiate operating systems, figures are based on Microsoft Windows 10, but typically there is no difference in the interface on Linux and macOS. Also, Visual Studio Code includes a number of color themes that style its layout. In this book, figures display the Light (Visual Studio) theme, so you might see different colors on your own screen if you choose a different color theme. Chapter explains how to change the theme, but if you want to be consistent with the books figures, simply select

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux»

Look at similar books to Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux»

Discussion, reviews of the book Visual Studio Code Distilled : Evolved Code Editing for Windows, macOS, and Linux and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.