Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8937
    blackhawk
    Participant

    Has anyone been able to figure out how to create a symbols list (ctags?) for EmEditor?

    I am trying to get an intellisense-like feature using EmEditor for a custom language.

    Anyone?

    #8941
    scrabbles
    Member

    Hi,
    The easiest method I’ve found for getting ctags to work for an unsupported language is to create a file in your home directory titled .ctags , then follow the instructions on the
    exuburant ctags site for adding a language.
    Otherwise you can add –options=xxxx to the advanced options in the symbols config in emeditor which should pick the file up;
    You’ll know if it is working, if you go to the plugins dir, in DOS, and type ctags.exe –list-kinds and your language should be listed.
    – Mark

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.