Setting up Sublime Text with Sublime Input plugin

Step 1: After installing Sublime Text, open the command palette  by selecting Tools -> Command Palette or using Ctrl+Shift+P (for windows users)

 

Step 2: Type Install package control to install the package controller for sublime text. The package controller helps in downloading different packages for sublime text.

 

 

Step 3: Type Package Control: Install Package in the command palette and search for Sublime Input Plugin.

 

Step 4: After installing the Sublime Input Plugin restart Sublime Text.

How to Give Input in Sublime Text?

Sublime text is one of the most popular text editors out there. It’s popular among programmers for its easy-to-use interface and attractive UI. Through the Sublime Input plugin, it is now easier to set up your C++ environment.

Similar Reads

Setting up Sublime Text with Sublime Input plugin

Step 1: After installing Sublime Text, open the command palette  by selecting Tools -> Command Palette or using Ctrl+Shift+P (for windows users)...

Usage of Sublime Input

Step 1: For using Sublime Input add a multiline comment above your code as shown below....

Contact Us