Replies: 1 comment 1 reply
-
Hi @mw108 , You have two approaches. First, let's see if
If steps 3 of 5 does not produce the outputs in steps 4 or 6, then If everything is working in Command Prompt, then try to run the same steps in the Terminal of VS Code. If it does not work, then VS Code may not be recognizing the Hope this helps |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed the Pascal extension in my VScode (Windows) and followed the installation instructions.
GNU Global
toc:\Apps\gnu\glo6612wb
Exuberant Tags
toc:\Apps\gnu\ctags58\
pip install Pygments
Everything went fine and VScode doesn't complain or throws any errors. However, when I open a Delphi project and a
.pas
file, for instanceUnit1.pas
code navigation is not working.When I try to
Ctrl + Left Click
oni
orDoSomething
nothing is happening. Also right click to open the context menu and selectingGo to Definition (F12)
is simply showingNo definition found for 'i'
orNo definition found for 'DoSomething'
.What is the problem here and how can I fix it?
Beta Was this translation helpful? Give feedback.
All reactions