Christian Jorgensen

Results 66 comments of Christian Jorgensen

@novy400 I think it's worth putting a button in the UI for this - [I've already done it](https://github.com/halcyon-tech/vscode-ibmi/commit/959b586979391775c2b04f599c062c9de3a36ac9) in the search result view. It's not obvious to users that one...

I think we should group the `Refresh` and `Collapse all` buttons and place them to the far right (since they both act on the view content and that's how VS...

I suggest adding an additional option `surround` for the parameter separator: ``` - Include space [ before | after | surround | nospace ] with the parameter separator ":" character...

@MarcoDeSenas > it would be better in my opinion to request Holger to include in his QSTRUPJD procedure I'm in a dialog with Holger exactly about that (we're both members...

@worksofliam @sebjulliand I think it would be great if the extension would 1. check the component versions installed on the server on first connect after extension update and install any...

@worksofliam Sure. Do we agree that all users should be able to replace the SQL components?

@worksofliam I added `GRTOBJAUT` to all SQL components instead of `GRANT`... since `GRANT` does not give `*OBJMGT` required when replacing a function / procedure. https://www.ibm.com/docs/en/i/7.5?topic=statements-create-function-sql-table

@worksofliam Didn't we start using pure SQL to get the line numbers and line dates from members, which CPYTOSTMF does not provide? If people using these are punished performance-wize, so...

> Is there any option to enter commands like we used to do on green screen command line? suppose i have created a command that will add 5 libraries into...

Fixed in Docs [PR #32](https://github.com/codefori/docs/pull/32)