Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LdCodeNew to Visual Studio Code? Get it now.
LdCode

LdCode

ldcode

|
170 installs
| (1) | Free
领带官网业务跳转、悬停提示支持
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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.

  • Extension Guidelines

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

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft