Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Autolisp' language supportNew to Visual Studio Code? Get it now.
Autolisp' language support

Autolisp' language support

jpnacaduser

|
7,188 installs
| (1) | Free
Autolisp' language syntax highlight and function input support.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Autolisp' language support README

Enjoy autolisp' language scripting

This extension is a general-purpose coding environment for AutoCAD's AutoLISP language. It can also be used as a LISP development environment for compatible CAD.

  • With extension "lsp" "mnl".
  • Syntax highlight.
  • Function input by IntelliSense.
  • Sysvar input by snippets.
  • Autolisp' color theme.
  • Extension "dcl" support.
  • Convert code point and utf-8 by context menu in selection area.
  • Symbol normalization extension.
  • Descripton in snippets for system variables.
  • Hover provider for system variables.

Autolisp' default configrations.

VSCode settings.json

"[autolisp-prime]": {
	"editor.acceptSuggestionOnEnter": "off",
	"editor.autoClosingBrackets": "never",
	"editor.autoSurround":"never",
	"editor.bracketPairColorization.enabled": false,
	"editor.hover.delay": 100,
	"editor.hover.enabled": true,
	"editor.hover.sticky": false,
	"editor.insertSpaces": false,
	"editor.quickSuggestions": true,
	"editor.tabSize": 4,
	"editor.wordBasedSuggestions": false,
	"editor.wordWrap": "on",
	"files.encoding": "utf8"
},

AutolispDCL' default configrations.

VSCode settings.json

"[autolispdcl-prime]": {
	"editor.acceptSuggestionOnEnter": "off",
	"editor.autoClosingBrackets": "languageDefined",
	"editor.insertSpaces": false,
	"editor.quickSuggestions": true,
	"editor.tabSize": 4,
	"editor.wordBasedSuggestions": false,
	"editor.wordWrap": "on",
	"files.encoding": "utf8"
},

Files encoding

If you want to change encoding by yourself.

Autolisp' (*.lsp *.mnl )

"[autolisp-prime]": {
	"files.encoding": "shiftjis"
},

AutolispDCL' (*.dcl)

"[autolispdcl-prime]": {
	"files.encoding": "shiftjis"
},
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft