This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
misc:atom [2020/03/26 09:21] – js | misc:atom [2020/11/19 07:32] (current) – [Overview] js | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Atom ====== | ====== Atom ====== | ||
+ | {{: | ||
- | ===== Bash Language Support ===== | + | Homepage: [[https:// |
- | === macOS === | + | ===== Overview |
+ | a very good and open source editor environment developed by the github guys and community. | ||
- | Install [[https:// | + | My biggest plus compared to the VSCode are: |
+ | * sync setting + sync git location => sync settings, keys, plugins with a git(lab) repository, not only gists from github (the only way I know for VScode to sync) | ||
+ | * show functions (for bash and perl) | ||
+ | * Syntax highligthing of bash code with here documents work (VScode still have problems with that) | ||
- | After that use the command line and install node and bash-language-server: | + | {{ :misc: |
- | <code bash> | + | ===== Useful Packages ===== |
- | <code bash>npm i -g bash-language-server</ | + | |
- | === Windows | + | * [[https:// |
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | ===== Install & Tips ===== | ||
+ | * [[misc: | ||
- | Download and install node from [[https:// | ||
- | This will install [[https:// |