Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Intellisense shows duplicate pair suggestions for user defined snippets

DataProcessing5 days ago

My personal snippets are stored in /folder/filename: project/.github/oracle_sql.json.code-snippets
has several individual snippets all with prefix: ut_

"NOT_TO_BE_EMPTY": { 
    "prefix": "ut_not_to_be_empty", 
    "body": [ 
        "\\$IF $$$DEBUG $$THEN", 
        " ut.expect(a_actual,'${1:label}').NOT_TO_BE_EMPTY();", 
        "$$END" 
    ], 
    "description": "Unary if dataset is not empty." 
},

I only have (1) snippers file and while writing code, intellisense shows duplicate items for same snippet. Any suggestions?

Comments
Post Details
Added 5 days ago
0 comments
25 views