ieviev

Results 16 comments of ieviev

problem seems to be in the quotes surrounding the table ``` SELECT FROM [dbo].["Application Object Metadata"] as [x] WHERE (([x].[Object ID] > @param1)) -- params @param1 - 50000; ```

turns out the first identifier allows quotes but the one after FROM does not, generated sql: ``` SELECT ["Application Object Metadata"].[Object ID] as 'Object ID' FROM [dbo].["Application Object Metadata"] as...

@pjeby If i named it Aciq's Keyboard Shortcuts would that work? I think it explicitly gives you commands that'd only be useful as keyboard shortcuts so i'd want to keep...

@liamcain Ok so i updated the callout syntax and headings and i gave it a less vague name. It's now named "Quick snippets and navigation" I think that's more fitting...

plus what would be even more beneficial is generating match cases for OO hierarchies, so in this C# AST example i could generate all possible implementations of the CSharpSyntaxNode abstract...

and of course interface hierarchies as well. i think it'd save a lot of time

@auduchinok ok that is awesome yeah i'll gladly help out with this but one thing - is it possible to disable renaming the template holes when deconstructing tuples or filling...

I find myself using "Go to previous empty line" and then "Copy next code block", would that work right now? i could look into this some time later

this took a while but i decided to just fix the existing command to select the current block as well

make sure you add `import-module -name pscomplete` to your profile as well, it lasts for only the current session. the completions should show up when you press tab