1.我参考的设置方法:https://www.e-learn.cn/content/qita/2368404 和 http://www.itdaan.com/blog/2017/09/13/f75f9ae311ef8abaed57100e9bf3fa3c.html 感谢他们. 2.我目前的快捷键设置是: ①按下alclk,再按Tab,得到 always @(posedge clk or negedge rst_n) begin if(!rst_n) begin end else begin…
1. curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash 2. 在~/.bash_profile中加如下内容: if [ -f ~/.git-completion.bash ]; then . ~/.git-completion.bash fi 3. If this doesn't work off the ba…