-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content assist issues (punctuation characters) #285
Comments
What does this mean? |
Hi @worksofliam , So break probably not the correct words :). So first thing i noticed is that when you hover over the proc and it it starts wih a '#' it does not pop up as below and here is example with proc without the # Then also, when hit "ctrl + space" it shows the proc in the list but when you start typing '#t', it goes missing Hope this clarifies it a bit. |
Note to self: there is a VS Code to add these characters to be treated as possible symbol characters in the VS Code API. |
Made an issue here: barrettotte/vscode-ibmi-languages#136 |
IMHO it's not a good practice to use the special characters #, @ and $ in variable and procedure names - actually, any name at all - due to the characters not being consistent across CCSID's. For additional information, read this article by Bob Cozzi... |
I am happy with that. I will just remove it from my procedures. Btw, the issue I raised about the qualified data structure with an array, is not exactly accurate. Seems like if you have a qualified DS in a qualified DS, it only picks up until the second level. ie ds_example.field Also picked up another small issue. Only on some of my internal procedures, if I declare a local work field, content assist does not pick up the work field, but in other internal proc's it works. I tried looking for a pattern why this will happen, but no luck as yet. Should I open a separate issue for this? Otherwise the work you guys are doing is freaking awesome. Really enjoying using vs code these days. |
@Wikus86 no separate issue required, but if you could provide more examples I can test with that'd be great. |
@Wikus86 Sorry to be a pain. Would you actually put that into a new issue for me? :) |
No worries, will do |
Not sure if this is know, but I am experiencing two issues with content assist
Example
Example
The text was updated successfully, but these errors were encountered: