Home > Blockchain >  Using SQLite3 Python in Vscode
Using SQLite3 Python in Vscode

Time:11-30

I'm taking my first steps in SQLite3 in Python using VSCode. My problem is when I use a SQL command doesn't appear any syntax highlighting. For expample.

Is there any way to get the syntax highlighting? Thank you.

CodePudding user response:

It Seems that the SQL Command is just a String and all Editors Work this way and doesn't recognise code inside a String. Anyways found some VS-CODE Extensions that might be of help,

Python String SQL Highlight String Code

CodePudding user response:

Update Thank you for your answer, but I've found one way: using Sublime Text. example

  • Related