VSCodium Open Source Binaries of Visual Studio Code

  • Post last modified:February 19, 2024
  • Post category:Linux
  • Post author:

VSCodium is a pure open source version of Visual Studio Code without Microsoft telemetry and some other Microsoft stuff. Because the source code of VS Code (Visual Studio Code) is open sourced under MIT license but the installation files that comes from Microsoft contain proprietary tracking code. VSCodium also released under MIT license.

VSCodium

(more…)

Continue ReadingVSCodium Open Source Binaries of Visual Studio Code

How to install Flutter UI toolkit on Ubuntu

  • Post last modified:July 23, 2020
  • Post category:Linux
  • Post author:

Flutter is free open source UI SDK application framework from Google. Using this you can create softwares for Web, Android, iOS, Linux, Mac, Windows and Google Fuchsia with a single code base. Flutter apps are written in the Dart language.

Flutter minimum requirements for Linux:

64-bit Linux OS with 600MB Disk Space.
Tools: bash, curl, file, git 2.x, mkdir, rm, unzip, which, xz-utils, zip, libGLU.so.1, libglu1-mesa

(more…)

Continue ReadingHow to install Flutter UI toolkit on Ubuntu

Microsoft Visual Studio Code released

Microsoft has released free Visual Studio Code for Windows,Linux and Mac. Visual Studio Code is a free code editor with support for IntelliSense, debugging, and GIT.

Microsoft Visual Studio Code

Main features:

support for always-on IntelliSense code completion
semantic code understanding and navigation
keyboard support with customizable bindings
code refactoring
syntax highlighting
bracket matching
auto indentation
snippets
built-in support for ASP.NET 5 development with C#
Node.js development with TypeScript and JavaScript.
GIT support.
HTML, CSS, LESS, SASS, and JSON.
C++, jade, PHP, Python, XML, Batch, F#, DockerFile, Coffee Script, Java, HandleBars, R, Objective-C, PowerShell, Luna, Visual Basic, Markdown.
JavaScript, JSON, HTML, CSS, LESS, SASS
C#, TypeScript

(more…)

Continue ReadingMicrosoft Visual Studio Code released