Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
Lista Forumurilor Pe Tematici
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login

POZE MRRRR'S FORUM (VIEW ONLY)

Nu sunteti logat.
Nou pe simpatie:
mememe12 pe Simpatie
Femeie
23 ani
Bucuresti
cauta Barbat
23 - 80 ani
Mrrrr's Forum (VIEW ONLY) / Aplicatii // Software / Visual Studio Code Moderat de TRaP, TonyTzu
Autor
Mesaj Pagini: 1
Mrrrr
AdMiN

Inregistrat: acum 17 ani
Postari: 2186


Visual Studio Code is a source-code editor that can be used with a variety of programming languages, including Java, JavaScript, Go, Node.js, Python and C++. It is based on the Electron framework, which is used to develop Node.js Web applications that run on the Blink layout engine. Visual Studio Code employs the same editor component (codenamed "Monaco") used in Azure DevOps (formerly called Visual Studio Online and Visual Studio Team Services).

Instead of a project system, it allows users to open one or more directories, which can then be saved in workspaces for future reuse. This allows it to operate as a language-agnostic code editor for any language. It supports a number of programming languages and a set of features that differs per language. Unwanted files and folders can be excluded from the project tree via the settings. Many Visual Studio Code features are not exposed through menus or the user interface but can be accessed via the command palette.

Visual Studio Code can be extended via extensions, available through a central repository. This includes additions to the editor and language support. A notable feature is the ability to create extensions that add support for new languages, themes, and debuggers, perform static code analysis, and add code linters using the Language Server Protocol.

Visual Studio Code includes multiple extensions for FTP, allowing the software to be used as a free alternative for web development. Code can be synced between the editor and the server, without downloading any extra software.

Visual Studio Code allows users to set the code page in which the active document is saved, the newline character, and the programming language of the active document. This allows it to be used on any platform, in any locale, and for any given programming language.

Visual Studio Code supports macOS, Linux, and Windows - so you can hit the ground running, no matter the platform.

Difference between user and system installers:
- User setup does not require Administrator privileges to install. It also provides a smoother background update experience.
- System setup allows you to install as an Administrator and for all the users on a computer.

Download:

Homepage:


_______________________________________


pus acum 3 ani
   
Mrrrr
AdMiN

Inregistrat: acum 17 ani
Postari: 2186
If you want to set the default programming language FOR NEW FILES to, say Visual Basic:

1. Open a new file in Visual Studio Code (VSC)

2. On the bottom right of the VSC window you will have a bunch of information, like Ln, Col, Spaces, UTF-8, CRLF, Plain text

3. Click on Plain text to switch current language and type Visual Basic in the field that appears at the top of the VSC window

4. Notice that besides the fact that "Visual Basic" is the result as is, it has a parenthesis with "(vb)" written inside. For C++ it's (cpp) etc.

5. Go to File - Preferences - Settings

6. Search for "default language" without the quotes and you should obtain this as one of the results: "Files: Default language"

7. In the field under that, type the short word between the parenthesis that you obtain at step 4, namely in this case just: vb


_______________________________________


pus acum 1 an
   
Mrrrr
AdMiN

Inregistrat: acum 17 ani
Postari: 2186
If you want to add a certain language to a type of file extension, the way for .htm files by default is the Html language, you do the following.

What I want to do is add a language to the .HTA extension which is part HTML, part Visual Basic and part javascript.

1. Open the desired file (.HTA) in Visual Studio Code (VSC)

2. On the bottom right of the VSC window you will have a bunch of information, like Ln, Col, Spaces, UTF-8, CRLF, Plain text

3. Click on Plain text and in the field that appears at the top of the VSC window click on "Configure File Association for '.HTA'..."

4. Pick Visual Basic from the list

Source:


_______________________________________


pus acum 1 an
   
Pagini: 1  

Mergi la