You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Describe the bug
Currently the AL Language Extension does not suggest the Triggers when you modify an action in a pagee extension.
2. To Reproduce
Steps to reproduce the behavior:
Go to '...'
pageextension50000 "PTE Contact Card" extends "Contact Card"
{
actions
{
modify(CreateAsCustomer)
{
// Try to type trigger an then Ctrl+Space for Intellisense/* trigger OnBeforeAction() var Magic: Codeunit "PTE Magic"; begin Magic.Do(Rec); end;*/
}
}
}
3. Expected behavior
When you type trigger then intellisense should suggest the both valid triggers
4. Actual behavior
Currently only snippets are shown.
5. Versions:
AL Language: v15.0.1177813 (pre-release)
The text was updated successfully, but these errors were encountered:
Please include the following with each issue:
1. Describe the bug
Currently the AL Language Extension does not suggest the Triggers when you modify an action in a pagee extension.
2. To Reproduce
Steps to reproduce the behavior:
3. Expected behavior
When you type trigger then intellisense should suggest the both valid triggers
4. Actual behavior
Currently only snippets are shown.
5. Versions:
The text was updated successfully, but these errors were encountered: