How to Install Sublime Text 3 in Windows? Last Updated : 06 Oct, 2021 Comments Improve Suggest changes Like Article Like Report Written by a Google engineer sublime text is a cross-platform IDE developed in C++ and Python. It has basic built-in support for Python. Sublime text is fast and you can customize this editor as per your need to create a full-fledged Python development environment. You can install packages such as debugging, auto-completion, code linting, etc. There are also various packages for scientific development, Django, Flask and so on. Features of Sublime Text 3 Goto anything for opening files with few clicks and can navigate to words or symbols. Python-based plugin API. Syntax highlighting and allows simultaneous editing (multiple selections) Command Palette implementation that accepts text input from users. High performance, block selection and simultaneous editing (multiple selections). Downloading and Installation Sublime Text 3 can be downloaded from its official site sublimetext.com. To install sublime text 3 on Windows, go through the following steps: Step 1: Open the downloaded .exe file from the downloads folder and begin with the installation process. Step 2: Select the desired location and click on the next button to start installation Step 3: If you want Sublime Text 3 to appear in your right-click menu, then mark the checkbox and click on the Next button. Step 4: Press the install button. Step 5: Finish with the installation process. Comment More infoAdvertise with us Next Article How to Install Sublime Text 3 in Windows? G geeksforgeeks user Follow Improve Article Tags : Programming Language Write From Home How To Installation Guide how-to-install +1 More Similar Reads How to Setup Sublime Text 3 for Python in Windows? Written by a Google engineer sublime text is a cross-platform IDE developed in C++ and Python. It has basic built-in support for Python. Sublime text is fast and you can customize this editor as per your need to create a full-fledged Python development environment. You can install packages such as d 2 min read How to Setup Sublime Text 3 for Perl in Windows? Perl is a general-purpose, high level interpreted and dynamic programming language. Perl was originally developed for text processing like extracting the required information from a specified text file and for converting the text file into a different form. Perl programs can be written on any plain 2 min read How to Setup Sublime Text 3 for Java in Windows? Java is one of the most popular and widely-used object-oriented programming languages. Java syntax is similar to C/C++. But Java does not provide low-level programming functionalities like pointers. Also, Java codes are always written in the form of classes and objects. The Java codes are first comp 2 min read How to install RubyGems in Windows? RubyGems is a Ruby package manager that provides Ruby programs and libraries (also known as Gems) and the tools associated with installing and managing Ruby packages and servers. The Ruby package management, RubyGems, makes it simple to install, manage, and utilize tools and libraries for Ruby appli 3 min read How to Install Turbo C++ in Windows? Turbo C++ is a single language compiler and integrated development environment for C++. It is free of charge and can be downloaded from any website. The first release of Turbo C++ was released in May 1990 version 1.0, running on MS-DOS computers. Features of Turbo C++ latest version:Complete IDE bun 2 min read Like