Emacs combined with Visual Studio

zhaozj2021-02-16  75

Function: Open the currently open files. I downloaded Visemacs before, it seems to be this feature. Of course, he will open it automatically (but I don't like).

Visual Studio.net 2003: Menu-> Tools-> External Tools-> Add

Title: & emacscommand: f: /Gnu/emacs/bin/gnuclientw.exearguments: $ (itempath) Initial Directory: $ (itemdir)

Visual Studio 6.0 SP5: Menu-> Tools-> Customize-> Tools-> Menu Contents: & Emacs

Command: f: /Gnu/emacs/bin/gnuclientw.exearguments: "$ (filepath)" Initial Directory: "$ (filedir)

This is created a menu, and the rest only needs to be dragged on the toolbar.

(Add-to-list 'load-path "f: / gnu / emacs / bin" (setq gnuserv-frame (SELECTED-frame))

I heard that Visemacs is developing for vs.net 2003, I don't know what new features will be.

转载请注明原文地址:https://www.9cbs.com/read-11509.html

New Post(0)