mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
cda93db944
* Replace many occurrences of DAML with Daml * Update docs logo * A few more CLI occurrences CHANGELOG_BEGIN - Change DAML capitalization and docs logo CHANGELOG_END * Fix some over-eager replacements * A few mor occurrences in md files * Address comments in *.proto files * Change case in comments and strings in .ts files * Revert changes to frozen proto files * Also revert LF 1.11 * Update get-daml.sh * Update windows installer * Include .py files * Include comments in .daml files * More instances in the assistant CLI * some more help texts |
||
---|---|---|
.. | ||
images | ||
snippets | ||
src | ||
syntaxes | ||
test | ||
.gitignore | ||
.vscodeignore | ||
BUILD.bazel | ||
ci-tests.sh | ||
daml12.configuration.json | ||
daml.configuration.json | ||
exclude-list.txt | ||
extension_guide.md | ||
Makefile | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vsc-extension-quickstart.md | ||
yarn.lock |
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.