

Freepascal and Pas2Js support for Visual Studio Code


{
"freepascal.executable": "../fpc/bin/x86_64-linux/fpc.sh",
"freepascal.sources": "../fpc/fpcsrc",
"pas2js.executable": "../pas2js/compiler/pas2js",
"pas2js.sources": "../pas2js/packages"
}
-
Project new... (Ctrl+Alt+N)

-
Project building... (F9)

-
Project loading... (F10)

-
Project settings...

-
Code completion...(Ctrl+Shift+C)

-
Code definition...

-
Code indentation...(Ctrl+D)

-
Code jump...(Ctrl+J)

-
Code suggestion...

-
Code refactory empty methods...(Ctrl+R)

-
Code refactory unused units...(Ctrl+R)

-
Code snippets

-
Syntax coloring

Feature to be implemented
- Code indentation(Line break)
- Debug(GDB, FpDebug)
- HotReload(Pas2JS)