ldcode README
领带官网项目 service dao 快捷跳转
Features
可以按住 ctrl 点击跳转
twig 中的
include 'css_loader.html.twig' %}
action="{{ path('admin_ld_unit_reconsider') }}">
path(...........) //要求在cache目录中已经生成了相关的配置文件
controller(...........)
{{'user.login.account_type_label'|trans}} //悬浮可以显示国际化内容 要求在cache目录中已经生成了相关的配置文件
{{ select_options(dict('myCertificateStatus'))}} //支持按函数跳转 因为文件较多使用的文件缓存, 在 app/cache/dev/twigFunctionCache.txt
php 中的
return $this->createDao('Taxonomy:TagDao');
return $this->createService('Task:TaskResultService');
'AppBundle:Activity/Activity:update'
generateUrl(...........)
yml 中的
_controller: CertificatePlugin: Certificate: certificateDetail; //要求前后都空格才行
二次开发方法
1、在 DefinitionProvider 中更新 getMathKeyword 识别不同的跳转方法
2、更新 jumprule 中创建的类
3、复写 LoadAliases.ts
4、编译
Following extension guidelines
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
Working with Markdown
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
- Toggle preview (
Shift+CMD+V on macOS or Shift+Ctrl+V on Windows and Linux)
- Press
Ctrl+Space (Windows, Linux) or Cmd+Space (macOS) to see a list of Markdown snippets
Enjoy!
| |