Installation

Installation

Eclipse

The actifsoruce installation in eclipse is described under installation.

VsCode

The Actifsource extension is installed via the Visual Studio Marketplace.

install-extension install-extension

Workspace

The following points describe how to set up a workspace:

  • Start Eclipse with a workspace.
  • Configure Eclipse Windows->Preferences
    eclipse-config eclipse-config
  • Restart Eclipse with the same workspace.
  • Create an Actifsource project in this workspace.
  • Open the VsCode
  • Open the eclipse workspace folder in VsCode via Open Folder.
  • Add the following settings to .vscode/settings.json:
{
  "actifsource": {
    "resourceAccess": {
      "host": "localhost",
      "port": "8085",
      "autoConnect": true,
    },
  },
}
  • Restart vsCode.
  • Now the connection to eclipse should be established and the Actifsource tab should show the project. vscode vscode