It is true that learning Vi/Vim editor – a well-known text editor in the Linux ecosystem, is not as easy as learning Nano or Emacs, as it requires a little effort which is worthwhile. [ You might also like: My Favorite Command Line Editors for Linux – What’s Your Editor? ] Many people are afraid
Editors - DesignLinux
27 Best IDEs for C/C++ Programming or Source Code Editors on Linux
C++, an extension of well known C language, is an excellent, powerful and general-purpose programming language that offers modern and generic programming features for developing large-scale applications ranging from video games, search engines, other computer software to operating systems. C++ is highly reliable and also enables low-level memory manipulation for more advanced programming requirements. Best
How to Work With GitHub Flavored Markdown in Linux
Markdown is a formatting language that is created for the web. The purpose of markdown is to make life easy when we are writing on the internet. Over time there are many flavors of markdown created. But in this article, our focus will be mainly on Github Flavored Markdown (GFM). Github is based on CommonMark.
Setup Remote Development in VSCode via Remote-SSH Plugin
In this article, we will see how to set up remote development in visual studio code via the remote-ssh plugin. For developers, it is indeed an important task to choose proper IDE/IDLE editors with batteries included. Vscode is one of such tools that comes with a nice set of packages that makes our life easy
How to Setup PyDev for Eclipse IDE on Linux
Eclipse is not a new term that programmers will hear. It is very popular in the developer community and has been in the market for a very long time. This article is all about showing how to set up Python in Eclipse using the PyDev package. Eclipse is an Integrated Development Environment (IDE) used for
How to Install Latest Vim Editor in Linux Systems
Vi has been around for a long, developed around 1976, it offered users traditional yet powerful features such as an effective editing interface, terminal control, and many more. However, it lacked certain captivating features for example multiple screens, syntax highlighting, multiple undo functionality, and so on, that many Unix/Linux users were looking for in a
23 Best Open Source Text Editors (GUI + CLI) in 2021
Text editors can be used for writing code, editing text files such as configuration files, creating user instruction files, and many more. In Linux, text editors are of two kinds that is the graphical user interface (GUI) and command-line text editors (console or terminal). Don’t Miss: My Favorite Command-Line Editors for Linux – What’s Your
How to Boost the Productivity with Sublime Text Snippets
Long story short, Recently I was assigned to a project in my work where I have to create a lot of bash scripts. I am from a python background and using Jupyter Notebook for all my development work. The problem with bash scripts for me is its confusing bracket usage and repetitive block of codes
How to Setup Sublime Text sFTP for Remote Development
This article is the second in a series about sublime text and how to set it up for remote development using the SFTP package. I suggest you refer to our previous article about the installation and configuration of sublime text 3. Most of our development and deployment work will be happening in the remote server
How to Install Arduino Software (IDE) on Linux
Arduino is a widely-used, open-source electronics platform used to create devices that interact with their environment using sensors and actuators. It consists of a programmable hardware board and a software (Integrated Development Environment(IDE)) for writing and uploading programs to the board. Before you can start building projects using Arduino, you need to set up the