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

Autocomplete for variables not working

Open skorphil opened this issue 3 years ago • 1 comments

Hi, it seems like there is no suggestions for variables.

I had variables:

@startuml
!$var_1 = ' variable 1 example '
!$var_2 = ' variable 2 example '
...

I'm trying to use defined variables, but there is no suggest(autocomplete).

$| (Expected suggest var_1, var_2)

skorphil avatar Apr 01 '22 17:04 skorphil

Same with procedures

!procedure $procedure($input)
$p| (nothing happened here)

skorphil avatar Apr 01 '22 20:04 skorphil