Skip to content

Arduino IDE extension that enables code autocomplete functionality, (current version is at a very early stage)

License

Notifications You must be signed in to change notification settings

manicken/arduinoAutoComplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

manickenAutoComplete

a Arduino IDE "plugin" that uses
the AutoComplete functionality
https://github.com/bobbylight/AutoComplete
currently it must be activated by ctrl+space
and have none of the Arduino syntax embedded

Install

  • global:
      download this repository by either Code-Download Zip or
        by git clone https://github.com/manicken/arduinoPrefsSaver.git
      then extract/open the repository

  • global (into sketchbook folder (defined in Arduino IDE - Preferenses):
      make a new folder in the above defined sketchbook folder
      called tools
      then copy the folder manickenAutoComplete from the repository into this new "tools" folder.

Alternative install

  • on windows / linux (into Arduino IDE install dir):
      copy folder manickenAutoComplete to [Arduino IDE install location]/tools directory
      ex: /Arduino-1.8.13/tools

  • on mac (into Arduino IDE package):
      In Applications right click and click on "Show Package Contents", then browse Contents -> Java -> tools
      by holding the Option key(copy) drag folder manickenAutoComplete from the downloaded repository to the open tools folder above
      select replace it you allready have an older version

Compiling (optional)

Download and Install Java SDK8 (1.8) 32bit
(Arduino IDE uses Java 8 (1.8))

two script is provided:
  for windows the .bat file
  for linux/mac the .sh file

Features

Settings

Requirements/External librarys

https://github.com/bobbylight/AutoComplete (compiled jar file included)

Known Issues

none

Release Notes

1.0.0

  • First release

About

Arduino IDE extension that enables code autocomplete functionality, (current version is at a very early stage)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published