Lukasz Przestrzelski

Avatar
  • Total activity 13
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 3
  • Edited

    String argument to interpolation

    What is the fastest way to convert string argument to string interpolation? I mean to changeMethod(stringVar)toMethod($"{stringVar}")Sometimes I need to add some text or another variable. I know I ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    SQL syntax highlighting is not working "with"

    When I have a string (regular or raw) with SQL code in it, the syntax is highlighted and even SQL Intellisense works.It works, when the string starts with SELECT, UPDATE, INSERT and maybe a few oth...
    • 4 followers
    • 4 comments
    • 1 vote