如题。

解决方案 »

  1.   

    vb IDE本身好像不行。我以前下过一个叫lineno的小工具,可以自动加行号。
      

  2.   

    大家没有明白我的意思吧?
    我知道工具栏有行号和列号,可是那只能显示当前位置的,我要每一行的行号都显示在代码编辑器的左侧啊。
    就像 Editplus, Dreamweaver 那样的!
      

  3.   

    不知道哪里能找到这样的add-in
      

  4.   

    谁有共享区?下周我传一个。我以前下载的一个lineno的小工具。
      

  5.   

    to lhfcsdn(不断努力ing): 
      可以Email给我吗? [email protected]
      谢谢!
      

  6.   

    cuixiping(无心):邮件已发给你。请查收。申明:由于我们公司禁止向外发邮件,所以须登录邮件服务器网站来发送,很是麻烦。大家如果谁还想要,就请提供一个可上传的地址吧。
      

  7.   

    to lhfcsdn(不断努力ing): 已收到.谢谢。我用用看
      

  8.   

    兄弟,给我发了没有啊
    [email protected]
      

  9.   

    一个名为MZ-Tools的插件有此功能:
    ---------------------------------------------------------------------------------
    Line Numbering
    This feature allows you add or remove line numbers to the source code of a procedure, file, project or project group, depending on the used menu or context menu of the Project Explorer. Line numbering is useful if you use the undocumented Erl function in your error handlers to know the line that caused the error:Private Sub Form_Load()10       On Error GoTo Proc_error20       Debug.Print 1 / 1
    30       Debug.Print 1 / 040       Exit SubProc_error:50       MsgBox "Error " & Err.Description & " in line " & Erl & " of Form_Load"End Sub
    ---------------------------------------------------------------------------------
    详见http://www.mztools.com/
      

  10.   

    哪位兄弟,能不能给我来一个lineno,谢了
    [email protected]