From 728ef7f1b7e6031fe50c9ead744f048b7c908db4 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 22 Apr 2016 21:10:38 +0300 Subject: [PATCH] Add to docs "Jump to Declaration" and "Code Formatting" --- docs/ide/atom.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index a89f486b..b0341e81 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -443,6 +443,18 @@ Automatically save on build If you want automatically save all edited files when triggering a build, please follow to ``Menu: PlatformIO > Settings > Build`` and check ``Automatically save on build``. +Jump to Declaration +~~~~~~~~~~~~~~~~~~~ + +Click on a function/include, press ``F3`` and you will be taken directly to +the declaration for that function. + +Code Formatting +~~~~~~~~~~~~~~~ + +You need to install `atom-beautify `_ +package and `C/C++ Uncrustify Code Beautifier `_. + Articles / Manuals ------------------