# Allowing the object.method(args...) syntax as an alias for method(object, args ...)

**URL:** https://discourse.julialang.org/t/allowing-the-object-method-args-syntax-as-an-alias-for-method-object-args/62051
**Category:** Internals & Design
**Tags:** question, design
**Created:** [May 29, 2021, 5:09pm UTC](https://discourse.julialang.org/t/allowing-the-object-method-args-syntax-as-an-alias-for-method-object-args/62051 "2021-05-29T17:09:54Z")
**Posts on this page:** 1
**Showing post:** 218

<div class="post-metadata">

### Author: ![xgdgsc](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xgdgsc/32/608_2.png) [@xgdgsc](https://discourse.julialang.org/u/xgdgsc)
#### Post date: [March 10, 2023, 7:10am UTC](https://discourse.julialang.org/t/allowing-the-object-method-args-syntax-as-an-alias-for-method-object-args/62051/218 "2023-03-10T07:10:54Z")

</div>

I’ m working on an implementation like something in Goland ![gocompletefunctionsfortype.animated.gif（GIF 图像，920x428 像素）](https://global.discourse-cdn.com/julialang/original/3X/9/2/922ac54b590777eb6d5badd9babac5527e7e0bf8.gif) in vscode extension. If anyone want to try out, please see [Release A quick dot methods completion demo · xgdgsc/julia-vscode · GitHub](https://github.com/xgdgsc/julia-vscode/releases/tag/v1.41.1_methodswith) . Welcome opinion/bug reports.

---

_[View the full topic](https://discourse.julialang.org/t/allowing-the-object-method-args-syntax-as-an-alias-for-method-object-args/62051)._
