You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,30 @@ The preferred way to use Next LS is through one of the supported editor extensio
66
66
67
67
If you need to install Next LS on it's own, you can download the executable hosted by the GitHub release. The executable is an Elixir script that utilizes `Mix.install/2`.
68
68
69
+
## Development
70
+
71
+
If you are making changes to NextLS and want to test them locally you can run
72
+
`bin/start --port 9000` to start the language server (port 9000 is just an
73
+
example, you can use any port that you want as long as it is not being used
74
+
already).
75
+
76
+
Then you can configure your editor to connect to NextLS using that port.
0 commit comments