Selaa lähdekoodia

Bump pr/felipe-cabrera/#5193: VS Code productividade infinita (#5514)

* Update free-courses-pt_BR.md

Add: VS Code Produtividade Inifinita.

It's a free e-book about how to improve your productivity using VS Code.

* Update free-courses-pt_BR.md

* Move from courses to books + join sections

- Go ahead with review EbookFoundation/free-programming-books#5193 @felipe-cabrera
- Apply suggested changes: https://github.com/EbookFoundation/free-programming-books/pull/5193#pullrequestreview-714392514

Co-authored-by: Felipe Cabrera Ribeiro dos Santos <48259448+felipe-cabrera@users.noreply.github.com>

* use https links on vim resources

* chore: Move aurelio.net cheatseets to right listing

See suggestion changes at: https://github.com/EbookFoundation/free-programming-books/pull/5514#pullrequestreview-746671067

Part of: EbookFoundation/free-programming-books#5514

* chore: fix linting errors

https://github.com/EbookFoundation/free-programming-books/pull/5514/checks?check_run_id=3518984887#step:8:1
/home/runner/work/free-programming-books/free-programming-books/more/free-programming-cheatsheets.md
  79:46-81:1  warning  Remove empty section: "<a name="ide--editores"></a>IDE / Editors"  no-empty-sections  remark-lint

See suggestion changes at: https://github.com/EbookFoundation/free-programming-books/pull/5514#pullrequestreview-746671067

Part of: EbookFoundation/free-programming-books#5514

Co-authored-by: Felipe Cabrera Ribeiro dos Santos <48259448+felipe-cabrera@users.noreply.github.com>
David Ordás 4 vuotta sitten
vanhempi
sitoutus
08bf773883
2 muutettua tiedostoa jossa 21 lisäystä ja 11 poistoa
  1. 12 11
      books/free-programming-books-pt_BR.md
  2. 9 0
      more/free-programming-cheatsheets.md

+ 12 - 11
books/free-programming-books-pt_BR.md

@@ -1,6 +1,7 @@
 ### Índice
 
 * [Agnósticos](#agnósticos)
+  * [IDE / Editores](#ide--editores)
   * [Programação](#programação)
   * [Sistemas Operacionais](#sistemas-operacionais)
 * [Android](#android)
@@ -45,11 +46,21 @@
 * [RegEx](#regex)
 * [Ruby](#ruby)
 * [Shell Script](#shell)
-* [Vim](#vim)
 
 
 ### Agnósticos
 
+#### IDE / Editores
+
+* [Visual Studio Code: Produtividade infinita](https://github.com/bylearn/VS-Code-Produtividade-Infinita) - Felipe Cabrera Ribeiro dos Santos
+
+
+#### Vim
+
+* [O Editor de Texto Vim](https://code.google.com/p/vimbook) - Sérgio Luiz Araújo Silva et al.
+* [Vim para Noobs](https://woliveiras.com.br/vimparanoobs/) - William Oliveira Souza (HTML, PDF, EPUB) (*Necessário criar uma conta (gratuita) no Leanpub para baixar o livro completo*)
+
+
 #### Programação
 
 * [Introdução a Algoritmos e Programação](http://www.ferrari.pro.br/home/documents/FFerrari-CCechinel-Introducao-a-algoritmos.pdf) - Fabricio Ferrari e Cristian Cechinel (PDF)
@@ -348,13 +359,3 @@
 * [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf) - Aurelio Marinho Jargas (PDF)
 * [Pequena introdução ao linux e ao Shell Script](https://www.telecom.uff.br/pet/petws/downloads/apostilas/LINUX.pdf) (PDF)
 * [Shell Script do Zero](http://metamorphoselinux.net/Shell_Script_do_Zero.pdf) (PDF)
-
-
-### Vim
-
-* [Editor VI - Guia de Referência](http://aurelio.net/curso/material/vim-ref.html) - Aurelio Marinho Jargas
-* [O Editor de Texto Vim](https://code.google.com/p/vimbook) - Sérgio Luiz Araújo Silva et al.
-* [Vim Avançado](http://aurelio.net/vim/vim-avancado.txt) - Aurelio Marinho Jargas
-* [Vim Básico](http://aurelio.net/vim/vim-basico.txt) - Aurelio Marinho Jargas
-* [Vim Médio](http://aurelio.net/vim/vim-medio.txt) - Aurelio Marinho Jargas
-* [Vim para Noobs](http://woliveiras.com.br/vimparanoobs/) - William Oliveira Souza

+ 9 - 0
more/free-programming-cheatsheets.md

@@ -8,6 +8,7 @@
 * [Data Science](#data-science)
 * [Git](#git)
 * [HTML / CSS](#html--css)
+* [IDE / Editors](#ide--editors)
 * [Java](#java)
 * [JavaScript](#javascript)
   * [jQuery](#jquery)
@@ -74,6 +75,14 @@
 * [HTML CheatSheet](https://htmlcheatsheet.com) (HTML)
 
 
+### <a name="ide--editores"></a>IDE / Editors
+
+* [Editor VI - Guia de Referência](https://aurelio.net/curso/material/vim-ref.html) - Aurelio Marinho Jargas
+* [Vim Avançado](https://aurelio.net/vim/vim-avancado.txt) - Aurelio Marinho Jargas
+* [Vim Básico](https://aurelio.net/vim/vim-basico.txt) - Aurelio Marinho Jargas
+* [Vim Médio](https://aurelio.net/vim/vim-medio.txt) - Aurelio Marinho Jargas
+
+
 ### Java
 
 * [Java](https://programmingwithmosh.com/wp-content/uploads/2019/07/Java-Cheat-Sheet.pdf) (PDF)