vscode-extension icon indicating copy to clipboard operation
vscode-extension copied to clipboard

VS Code extension for editing Accord Project artifacts

Results 20 vscode-extension issues
Sort by recently updated
recently updated
newest added

# Feature Request 🛍ī¸ VSCode now supports [Web Extensions](https://code.visualstudio.com/api/extension-guides/web-extensions), which can run natively in the browser, on https://vscode.dev. ## Use Case Allow people to use the VSCode extension inside the...

Type: Feature Request 🛍ī¸
Help Wanted 🆘
Good First Issue :octocat:

Syntax markup gets messed up after a field with a name `type`, followed by `optional` is used. ![Screenshot 2022-01-31 at 14 31 30](https://user-images.githubusercontent.com/7440722/151812968-f4d8cf88-2b9d-44ad-8c44-47bd381f01c7.png) ## Expected Behavior `type` and the below...

In a cicero file, 'Date' is recognised by the VSCode Extension (and given a pretty green colour), but not DateTime is not recognised: ![image](https://user-images.githubusercontent.com/73812545/134495835-938e4def-3f64-4fb0-bbf2-369b6afcd261.png) DateTime is a [cicero primitive](https://docs.accordproject.org/docs/model-properties#primitive-types).

If a forwardslash is entered between opening and closing sets of double braces, an extra set of closing braces are automatically generated: ![image](https://user-images.githubusercontent.com/73812545/134429880-dcb8763f-b08f-4b47-9271-6604fa6a61ec.png) This might be a feature that I...

**Describe the bug** Syntax highlighting is not consistent among type names. **To Reproduce** Steps to reproduce the behavior: 1. Go to any .cto model, with the VSCode extension enabled. **Expected...

Type: Bug 🐛
Difficulty: Medium

**Is your feature request related to a problem? Please describe.** Cicero provides the following commands via the CLI - `parse`, `draft`, `normalize`, `trigger`, `invoke`, `initialize`, `archive`, `compile` and `get`. In...

Is this by design or an oversight. I was expecting the `Export Cicero Archive` action to result in a source archive (so that someone else could load it later and...

Hovers show information about the symbol/object that's below the mouse cursor. Hovers can help to easily show the parsed errors or the description of the symbol/object. I have already started...

There is a lot of new activity around supporting VSCode in the browser. It would be exciting to be able to be able to see if one of those projects...

Type: Feature Request 🛍ī¸
Need More Info ℹī¸

**Is your feature request related to a problem? Please describe.** Provide smart editing for Ergo object creation. The idea would be to be able to start writing the class e.g.,...

Type: Feature Request 🛍ī¸
Type: Enhancement ✨