codefori / vscode-rpgle

RPGLE language tools for VS Code
MIT License
39 stars 20 forks source link

Variable Name Parsing #213

Open soundstripe opened 1 year ago

soundstripe commented 1 year ago

Issue Type: Bug

We have variables in RPG that begin with @. When I hover the mouse on the variable, vscode-ibmi detects only the part after the @ as the variable name (to display the hovertext such as the variable's type etc).

Extension version: 1.7.4 VS Code version: Code 1.67.1 (da15b6fd3ef856477bf6f4fb29ba1b7af717770d, 2022-05-06T12:37:03.389Z) OS version: Windows_NT x64 10.0.19045 Restricted Mode: No

System Info |Item|Value| |---|---| |CPUs|11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (8 x 1805)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|31.73GB (2.58GB free)| |Process Argv|--crash-reporter-id 78a726ee-2731-41d4-b167-de32efbe5aba| |Screen Reader|no| |VM|0%|
worksofliam commented 1 year ago

Related to VS Code and not specific to vscode-rpgle.