Joshua Howard
Joshua Howard
Also want to say thank you! I primarily run Linux, but do a fair bit of C# programming over RDP on a Win11 Proxmox VM. I wanted to VirtualBox this...
I've had all the same problems and totally get it, but if Autodesk hasn't made this documentation yet, then I don't think they ever will. My suggestion is to look...
@Semx11 Kind of a hack, but you could find/customize your local AutoLispExt syntax file. Typically found here: `%UserProfile%\.vscode\extensions\autodesk.autolispext-1.6.0\extension\syntaxes\autolisp.tmLanguage.json` Unfortunately, types were too much of a floating target in Lisp and...
@Sen-real I would speculate that the new issues has to do with updating the `alllispkeys.txt` file. The JSON changes that actually do the highlighting aren't evaluated by our code directly....
@Semx11 Not exactly, There is an offline JSON blob representing the pieces of the online documentation that are relevant. I've had a long standing TODO for getting the blob creator...
@aeo000000 Bullet-1 really needs to be fixed in the C#/JSON. Treating the symptom isn't really a solution. I really should have noticed this, but think the biggest reason I missed...
@MarkMitchellADP-Resources FYI, the DCL parser was just added and that was the major prerequisite for DCL formatting.
It kind of looks like globalized variables are just finding the first declaration within its active function scope. Which would make its behavior pretty consistent with a localized variables behavior....
@hansWurst-creator I will be revisiting GoTo with some new tooling created for F2 renaming. One important piece of context is that the "_right click function documentation_" from a previous release...
I looked into this, but what I read made me think this was more effort than its really worth. Basically, we are currently using contribution points to generate the viewContainer/view...