Search Results for: git

Syntax highlighting in Notepad++

Syntax Highlighting in Notepad++ and Create your own

Notepad++ is an advanced, versatile, and user-friendly source code editor that offers numerous features to simplify and optimize the coding process. One of the most significant functionalities it provides is syntax highlighting – a feature that color-codes different parts of the code, enhancing its readability and reducing the possibility of errors. While Notepad++ already supports

Syntax Highlighting in Notepad++ and Create your own Read More »

JSTool Plugin for Notepad++

JSTool Plugin for Notepad++ – Features, Download, How to Install and Use

In the last article, we discussed the JSON plugin for Notepad++ which is very useful to format JSON. There is another plugin JSTool – A JavaScript tool for Notepad++ which provides the same functionality. It is actually a Javascript plugin that works on JSON as well. So let’s discuss this plugin in detail and see

JSTool Plugin for Notepad++ – Features, Download, How to Install and Use Read More »

Notepad++ JSON formatter plugin jsonviewer

Notepad++ JSON formatter Plugin (JSONViewer) – (How) Download, Install and Use

JSON stands for JavaScript Object Notation is a lightweight data-interchange format. Mostly you would have used it in web service to send and receive payloads. JSON is based on the collection of name/value pairs and an ordered list of values. You can use any text editor even Notepad to create and modify JSON. Smaller files

Notepad++ JSON formatter Plugin (JSONViewer) – (How) Download, Install and Use Read More »

install package control in sublime text editor

How to Install Package Control in Sublime Text Editor (All Methods Covered)

Sublime Package Control is an open-source and free package manager for the Sublime 3 text editor. It is developed by Will Bond. This manager makes it easy to find, install and keep packages up-to-date. Supports more than 2500 packages along with GitHub and BitBucket repositories. Features, Easy to install and use Free and open-source Includes

How to Install Package Control in Sublime Text Editor (All Methods Covered) Read More »

Scroll to Top