genericptr / pascal-language-server

LSP server implementation for Pascal
GNU General Public License v3.0
53 stars 15 forks source link

* Code formatting #65

Closed mvancanneyt closed 1 year ago

mvancanneyt commented 1 year ago

Ryan,

This implements a formatting command pasls.formatCode. It requires the file to be saved before you can call it.

I added a sample configuration file.

if you wish to compile with a Makefile, you must add the directories below the lazarus components/jcf2 directory to the unit search path and the include file path.

The lazarus package jcfnogui has been submitted to the Lazarus team.