More than 20 development tools necessary for programmers

Insert picture description here

If you want to see more algorithm questions, you can scan the QR code above to follow my WeChat official account " Data Structure and Algorithms ". Up to now, I have updated more than 500 algorithm questions in the official account , some of which have been sorted into pdf documents. , As of now, there are more than 800 pages in total (and will continue to increase), you can reply to the keyword "pdf" in the official account to download.


1: IntelliJ IDEA
is very commonly used in development, so I don’t need to introduce it.
https://www.jetbrains.com/idea/download/#section=windows

2: Everything
is used for searching files, the search speed is fast, and the search is in seconds
https://www.voidtools.com/zh-cn/
https://everything.en.softonic.com/


3: Typora
is used to write Markdown format documents, free and very easy to use
https://typora.io/


4: PostMan
is used for network request testing, it is very convenient to use during development
https://www.postman.com/downloads/


5: Charles captures
packets magically, especially testers, they often use https://www.charlesproxy.com/download/ when testing mobile terminals


6: EditPlus
is a software for editing text
https://www.editplus.com/download.html


7: Notepad++
is also a software for editing text, and it can also search for file content. Compared with EditPlus, I generally use Notepad++ more
https://notepad-plus-plus.org/downloads/


8: source insight
this is mainly to view the source code
https://www.sourceinsight.com/


9: Beyond Compare
compares the contents of two files. I used it several years ago, but it doesn’t seem to be useful anymore. I don’t know if many people use it now
http://www.scootersoftware.com/download.php


10:
Needless to say git , version management tool
https://git-scm.com/


11: svn
can be used with git, generally use git management code in development, svn management document
https://tortoisesvn.net/downloads.html


12: FileSearchEX
file content search tool, the official website can not be found, you can go to the Internet to find the download address, here is one
http://www.pc6.com/softview/SoftView_44154.html


13: Sublime Text,
a lightweight text editor
https://www.sublimetext.com/3


14: XMind,
a general drawing mind map
https://www.xmind.cn/download/


15: Visio
also draws pictures, Microsoft’s, and generally charges


16: Evernote
This is for taking notes, there are also Youdaoyun notes, Weizhi notes, etc.
https://yinxiang.com/


17: NetEase Youdao Dictionary
. Needless to say, if you don’t have good English, you can’t miss it
http://cidian.youdao.com/


18:
I haven't used Visual Studio Code , but there are still many people who use it on the Internet
https://code.visualstudio.com/


19: xshell
is used to connect to the server
https://www.netsarang.com/zh/xshell/


20: Memory Analyzer
memory analysis tool, generally used on mobile terminals
https://www.eclipse.org/mat/downloads.php


21: Headphones.
Needless to say, you must wear a headset when developing and devote yourself to it. Don't pay attention to anyone who speaks to you.


Guess you like

Origin blog.csdn.net/abcdef314159/article/details/110196553