Skip to content

4t4nner/intellij_goto_by_comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Go to file from comment in code

type file path from project root

/**
 * @see project://docs/commands.md
 */

compile cpp file

g++ openfile.cpp openfile;
chmod +x openfile;
  • open IDE Settings (ctrl + alt + s)
  • Tools / External tools
    • Program: <path_to_repo_dir>/openfile
    • Arguments: $ProjectFileDir$ $FilePath$ $LineNumber$
  • Add KeyMap for created tool
  • click to @see line
  • run keyMap

About

intellij goto by comment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages