Eclipse选中变量名,相同变量都变色显示 java文件的设置"Window"-"preferences"-"Java"-"Editor"-"Mark Occurrences"复选框勾选Mark occurrences of the selected element in the cruuent file.
vscode的安装路径 本质:vscode的安装路径/Applications/Visual Studio Code.app/Contents/Resources/app/bin 下面有code可执行文件 在命令行中打上code的实惠,会从PATH中,路径列表中找,这些路径下是否有code可执行文件. 方式1:添加PATH路径 vim ~/.bash_profile #vscode ### 添加vscode的安装路径 export PATH=/Applications/Visual\ Studi