daml/compiler/daml-extension
Moritz Kiefer b7daa5f7d8
Address remaining dependabot alerts (#11045)
* Address remaining dependabot alerts

changelog_begin
changelog_end

* downgrade string-width

5.0.0 is too new for our setup

changelog_begin
changelog_end

* .

changelog_begin
changelog_end
2021-09-28 11:12:14 +02:00
..
images Move code in daml-tools outside of daml-foundations (#2033) 2019-07-08 11:40:48 +02:00
snippets Remove version header from vscode snippet (#7452) 2020-09-21 16:59:47 +02:00
src feature: persist script view config in worspace (#10521) 2021-08-09 18:24:14 +02:00
syntaxes interfaces: Syntax highlighting for interfaces (#10987) 2021-09-22 16:40:14 +00:00
test update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
.gitignore Move code in daml-tools outside of daml-foundations (#2033) 2019-07-08 11:40:48 +02:00
.vscodeignore Fix VSCode extension (#2117) 2019-07-12 11:09:37 +02:00
BUILD.bazel update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
ci-tests.sh update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
daml12.configuration.json Move code in daml-tools outside of daml-foundations (#2033) 2019-07-08 11:40:48 +02:00
daml.configuration.json Move code in daml-tools outside of daml-foundations (#2033) 2019-07-08 11:40:48 +02:00
exclude-list.txt Move code in daml-tools outside of daml-foundations (#2033) 2019-07-08 11:40:48 +02:00
extension_guide.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00
Makefile Move code in daml-tools outside of daml-foundations (#2033) 2019-07-08 11:40:48 +02:00
package.json Address security vulnerabilities in //compiler/daml-extension (#9615) 2021-05-07 14:54:54 +02:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00
tsconfig.json Move code in daml-tools outside of daml-foundations (#2033) 2019-07-08 11:40:48 +02:00
vsc-extension-quickstart.md Move code in daml-tools outside of daml-foundations (#2033) 2019-07-08 11:40:48 +02:00
yarn.lock Address remaining dependabot alerts (#11045) 2021-09-28 11:12:14 +02:00

Daml Studio

Daml Studio extends Visual Studio Code with the following Daml-specific features:

  • Daml syntax highlighting
  • Real-time feedback on parse, name resolution, type-checking and Scenario interpretation errors and viewer for the resulting ledger
  • Jumping to and peeking at the definition of referenced toplevel functions
  • Type-information on hover
  • Renaming of symbols
  • Daml snippet support
  • Command to generate visualization for Daml project via command palette ctrl + p.

Please note that this will only install the VSCode extension. Full use of the above features will also require that you have a working Daml SDK installed, which you can get with:

curl -s https://get.daml.com | sh

To see graphs from daml.visualize command please install Graphivz plugin.

For more information on Daml please see docs.daml.com.

Troubleshooting

The Daml language server log output is available under the "Output" panel (View->Output). Select "Daml Language Server" from the dropdown in the panel to see the log.

Debugging

Run make then open this directory in Visual Studio Code. Then click Debug -> Start Debugging to run the extension in Debugging mode.