最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

【记录】Mac中卸载Kite

Mac crifan 3740浏览 0评论
之前安装了Kite:
【记录】Mac中VSCode中安装和试用智能代码补全插件:Kite引擎
但是后续很多天,并没有用到。没觉得好用。很少用到。
且折腾:
【未解决】Mac中安装android Studio和android SDK
在vi期间还干扰提示:
输入
vi ~/.zshrc
竟然出现:
Kite is now integrated with Vim


Kite is an AI-powered programming assistant
that shows you the right information at the right
time to keep you in the flow.


Please choose:


1. Learn how to use Kite
2. Hide
3. Hide forever
Type number and <Enter> or click with mouse (empty cancels):
Kite是啥?
Kite – AI Coding Assistant for Python and JavaScript
Kite for Vim – Install Free AI Autocomplete Plugin for Python & JavaScript
想起来了:是之前安装的Kite,用于智能匹配 动态匹配的
算了,此处不需要,去卸载Kite
不过也去试试,此处有何作用
输入1,继续,去打开页面:
Vim Plugin – Kite Help Desk
然后vi编辑页面,还是之前的:
所以,还是去卸载算了。感觉暂时没太多需要用Kite。
所以去卸载吧。
kite uninstall
Uninstalling Kite – Kite Help Desk
How to uninstall Kite – Kite Help Desk
  launchctl remove com.kite.KiteHelper
然后再去拖动app到废纸篓
不能将项目“Kite.app”移到废纸篓,因为它已打开。
但是:
 ~  ps aux | grep kite
xxx            26108   0.0  0.0  4267948    684 s003  R+    6:28下午   0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn kite
没找到kite进程
 ~  ps aux | grep Kite
xxx             4868   0.4  0.2  6595940  15844   ??  SN   五09上午   2:45.42 /Applications/Kite.app/Contents/MacOS/Kite
xxx            26169   0.0  0.0  4268056    748 s003  R+    6:29下午   0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn Kite
大写K就能找到了。
~  kill -9 4868
~  ps aux | grep Kite
xxx            26232   0.0  0.0  4267948    684 s003  R+    6:29下午   0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn Kite
再去删除到废纸篓
即可。
最后再去:
rm -rf ~/.kite
即可。
【后记 20200728】
再去卸载VSCode中插件:
Kite Autocomplete for Python and JavaScript

转载请注明:在路上 » 【记录】Mac中卸载Kite

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
89 queries in 0.196 seconds, using 22.07MB memory