Using VIM for GNU Radio developmentThe VIM text editor is a popular choice among coders. If you're
using VIM, this page might have some advice on how to optimize your
workflow. The grproject pluginAvailable from github . This plugin is a small extension that gives Vim some idea about the code structure. Say you're editing a GNU Radio block and call :make -- in most cases nothing will happen, because you have to be in the build-directory of your module. grproject.vim tweaks paths around such that in most cases, the right thing happens. Using this plugin will allow to :cn, gf, :make and other things and Vim will more often than not actually find the relevant files. Other useful 3rd-party pluginsOf course, there are hundreds of nice and useful Vim plugins. Here are a few which help specifically when writing C++ and Python code:
注:Using VIM for GNU Radio development(原文出处,翻译整理仅供参考!) |