Content Assist Issues #1252
-
I am not seeing content assist anywhere. I have watched the tutorial and read the docs and it's not in my settings page. Maybe I am missing a piece somewhere? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 12 replies
-
You've not really provided any context here. Content assist for what language? |
Beta Was this translation helpful? Give feedback.
-
My apologies. I was watching your video on IBMi Notebooks. You referred to the content assist for CLP in that video and actually have a whole independent video over content assist. But, when I go to the settings page, I do not see content assist anywhere. Possibly has been moved through an upgrade over time, or I am missing a piece to the puzzle. I would love to have the content assist for RPG, CLP, and SQL if available. Attaching a screenshot of my settings page current view. |
Beta Was this translation helpful? Give feedback.
-
You likely want these two 😄 |
Beta Was this translation helpful? Give feedback.
-
@edshaw42 I have the CLLE language tools from IBM loaded. There is unfortunately no documentation on how to use it. The video says to use Ctrl+Enter but that just gives me a new line. Ctrl+Space just seems to give a list of the variables in the program. So I uninstalled the CLLE language tools, exited VSCODE and installed the CLLE language tools. (This may not be necessary, in retrospect.) After a bit of experimentation, this is what I have figured out. Space is the key! Start with a brand new CLLE program and enter "pgm". After a short delay you see this: If you select the PGM entry you get this: Now enter a command, say "sndmsg", followed by a space (the space is important!) and you see this: Pick a keyword, say "tousr" and get this: No enter a space and you get this: Pick a value, then enter a space and you can build up the command: |
Beta Was this translation helpful? Give feedback.
-
I believe so unless I am missing a step. I have the source open from the system.
Disclaimer
The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.
This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast Ltd, an innovator in Software as a Service (SaaS) for business. Providing a safer and more useful place for your human generated data. Specializing in; Security, archiving and compliance. To find out more visit the Mimecast website.
|
Beta Was this translation helpful? Give feedback.
-
@worksofliam |
Beta Was this translation helpful? Give feedback.
-
@worksofliam |
Beta Was this translation helpful? Give feedback.
-
Great! While you're at it, I discovered a minor bug in the CRTCMD. There's an extra "ALLOW" parameter that causes the compile to fail. CRTCMD CMD(MSIDRO/RTVIPLA) PGM(MSIDRO/RTVIPLA) SRCFILE(MSIDRO/QCMDSRC) ALLOW(ALLOW(*BPGM *IPGM *BMOD *IMOD) ) CURLIB(*NOCHG) PRDLIB(*NOCHG) Thanks! |
Beta Was this translation helpful? Give feedback.
Looks like I found the issue. We removed the API that vscode-clle uses. Working on a fix today!
edit: vscode-clle 1.1.4 is out and the issue has been fixed.